#CFA387

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

Shades of Cameo #CFA387

Tints of Cameo #CFA387

Color information

#CFA387 (or 0xCFA387) is unknown color: approx Cameo. HEX triplet: CF, A3 and 87. RGB value is (207,163,135). Sum of RGB (Red+Green+Blue) = 207+163+135=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA387 is #305C78. Grayscale: #ADADAD. Windows color (decimal): -3169401 or 8889295. OLE color: 8889295.

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

Color convert

RGB207163135-
CMYK00.210.350.19
HSL23.33º42.86%67.06%-
HSV(B)23.33º34.78%81.18%-
XYZ43.241.2128.6-
YUV172.96106.58152.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.99%
GREEN value IS 163 (64.06% from 255) = 32.28%
BLUE value IS 135 (53.12% from 255) = 26.73%
R=40.99%
G=32.28%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716313500.210.350.1923.3342.8667.06
HexCFA3870152313172b43
Octal31724320702543232753103
Binary11001111101000111000011101010110001110011101111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA387; }

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

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

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

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

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

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

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

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