#CFA287

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

Shades of Cameo #CFA287

Tints of Cameo #CFA287

Color information

#CFA287 (or 0xCFA287) is unknown color: approx Cameo. HEX triplet: CF, A2 and 87. RGB value is (207,162,135). Sum of RGB (Red+Green+Blue) = 207+162+135=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA287 is #305D78. Grayscale: #ACACAC. Windows color (decimal): -3169657 or 8889039. OLE color: 8889039.

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

Color convert

RGB207162135-
CMYK00.220.350.19
HSL22.5º42.86%67.06%-
HSV(B)22.5º34.78%81.18%-
XYZ43.0340.8628.54-
YUV172.38106.91152.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.07%
GREEN value IS 162 (63.67% from 255) = 32.14%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=41.07%
G=32.14%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716213500.220.350.1922.542.8667.06
HexCFA2870162313172b43
Octal31724220702643232753103
Binary11001111101000101000011101011010001110011101111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA287; }

 p { color: rgb(207,162,135); }

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

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

 a { background-color: rgb(207,162,135); }

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

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

 span { border-color: rgb(207,162,135); }

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