#CF9E77

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

Shades of Cameo #CF9E77

Tints of Cameo #CF9E77

Color information

#CF9E77 (or 0xCF9E77) is unknown color: approx Cameo. HEX triplet: CF, 9E and 77. RGB value is (207,158,119). Sum of RGB (Red+Green+Blue) = 207+158+119=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 119 (46.88% from 255 or 24.59% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9E77 is #306188. Grayscale: #A8A8A8. Windows color (decimal): -3170697 or 7839439. OLE color: 7839439.

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

Color convert

RGB207158119-
CMYK00.240.430.19
HSL26.59º47.83%63.92%-
HSV(B)26.59º42.51%81.18%-
XYZ41.2939.0522.81-
YUV168.2100.23155.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 158 (62.11% from 255) = 32.64%
BLUE value IS 119 (46.88% from 255) = 24.59%
R=42.77%
G=32.64%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715811900.240.430.1926.5947.8363.92
HexCF9E770182B131b3040
Octal31723616703053233360100
Binary1100111110011110111011101100010101110011110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9E77; }

 p { color: rgb(207,158,119); }

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

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

 a { background-color: rgb(207,158,119); }

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

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

 span { border-color: rgb(207,158,119); }

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