#cf788a

Color #CF788A Charm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charm #CF788A

Tints of Charm #CF788A

Color information

#CF788A (or 0xCF788A) is unknown color: approx Charm. HEX triplet: CF, 78 and 8A. RGB value is (207,120,138). Sum of RGB (Red+Green+Blue) = 207+120+138=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF788A is #308775. Grayscale: #949494. Windows color (decimal): -3180406 or 9074895. OLE color: 9074895.

HSL color Cylindrical-coordinate representation of color #CF788A: hue angle of 347.59º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF788A is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB207120138-
CMYK00.420.330.19
HSL347.59º47.54%64.12%-
HSV(B)347.59º42.03%81.18%-
XYZ37.0428.5327.6-
YUV148.06122.32170.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=44.52%
G=25.81%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712013800.420.330.19347.5947.5464.12
HexCF788A02A211315c3040
Octal317170212052412353460100
Binary110011111111000100010100101010100001100111010111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf788a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf788a; }

 p { color: rgb(207,120,138); }

 H1.HeaderClassName
 {
   color: #cf788a;
 }
 .AnyTagClassName
 {
   color: #cf788a;
 }
</style>
background-color css

<style>
 a { background-color: #cf788a; }

 a { background-color: rgb(207,120,138); }

 div.DivClassName
 {
   background-color: #cf788a;
 }
 .BgClassName
 {
   background-color: #cf788a;
 }
</style>
border-color css

<style>
 span { border-color: #cf788a; }

 span { border-color: rgb(207,120,138); }

 td.TdClassName
 {
   border-color: #cf788a;
 }
 .TagClassName
 {
   border-color: #cf788a;
 }
</style>