#CF9F76

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

Shades of Cameo #CF9F76

Tints of Cameo #CF9F76

Color information

#CF9F76 (or 0xCF9F76) is unknown color: approx Cameo. HEX triplet: CF, 9F and 76. RGB value is (207,159,118). Sum of RGB (Red+Green+Blue) = 207+159+118=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 159 (62.5% from 255 or 32.85% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9F76 is #306089. Grayscale: #A8A8A8. Windows color (decimal): -3170442 or 7774159. OLE color: 7774159.

HSL color Cylindrical-coordinate representation of color #CF9F76: hue angle of 27.64º 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 #CF9F76 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB207159118-
CMYK00.230.430.19
HSL27.64º48.11%63.73%-
HSV(B)27.64º43%81.18%-
XYZ41.439.3722.56-
YUV168.6899.4155.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.77%
GREEN value IS 159 (62.5% from 255) = 32.85%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=42.77%
G=32.85%
B=24.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715911800.230.430.1927.6448.1163.73
HexCF9F760172B131c3040
Octal31723716602753233460100
Binary1100111110011111111011001011110101110011111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F76; }

 p { color: rgb(207,159,118); }

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

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

 a { background-color: rgb(207,159,118); }

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

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

 span { border-color: rgb(207,159,118); }

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