#CF9B7E

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

Shades of Cameo #CF9B7E

Tints of Cameo #CF9B7E

Color information

#CF9B7E (or 0xCF9B7E) is unknown color: approx Cameo. HEX triplet: CF, 9B and 7E. RGB value is (207,155,126). Sum of RGB (Red+Green+Blue) = 207+155+126=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 126 (49.61% from 255 or 25.82% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B7E is #306481. Grayscale: #A7A7A7. Windows color (decimal): -3171458 or 8297423. OLE color: 8297423.

HSL color Cylindrical-coordinate representation of color #CF9B7E: hue angle of 21.48º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF9B7E is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207155126-
CMYK00.250.390.19
HSL21.48º45.76%65.29%-
HSV(B)21.48º39.13%81.18%-
XYZ41.2238.2124.94-
YUV167.24104.73156.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.42%
GREEN value IS 155 (60.94% from 255) = 31.76%
BLUE value IS 126 (49.61% from 255) = 25.82%
R=42.42%
G=31.76%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715512600.250.390.1921.4845.7665.29
HexCF9B7E0192713152e41
Octal31723317603147232556101
Binary1100111110011011111111001100110011110011101011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9B7E; }

 p { color: rgb(207,155,126); }

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

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

 a { background-color: rgb(207,155,126); }

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

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

 span { border-color: rgb(207,155,126); }

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