#CFA085

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

Shades of Cameo #CFA085

Tints of Cameo #CFA085

Color information

#CFA085 (or 0xCFA085) is unknown color: approx Cameo. HEX triplet: CF, A0 and 85. RGB value is (207,160,133). Sum of RGB (Red+Green+Blue) = 207+160+133=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA085 is #305F7A. Grayscale: #ABABAB. Windows color (decimal): -3170171 or 8757455. OLE color: 8757455.

HSL color Cylindrical-coordinate representation of color #CFA085: hue angle of 21.89º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFA085 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207160133-
CMYK00.230.360.19
HSL21.89º43.53%66.67%-
HSV(B)21.89º35.75%81.18%-
XYZ42.5440.127.69-
YUV170.98106.57153.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.4%
GREEN value IS 160 (62.89% from 255) = 32%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=41.4%
G=32%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716013300.230.360.1921.8943.5366.67
HexCFA0850172413162c43
Octal31724020502744232654103
Binary11001111101000001000010101011110010010011101101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA085; }

 p { color: rgb(207,160,133); }

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

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

 a { background-color: rgb(207,160,133); }

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

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

 span { border-color: rgb(207,160,133); }

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