#CFA888

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

Shades of Cameo #CFA888

Tints of Cameo #CFA888

Color information

#CFA888 (or 0xCFA888) is unknown color: approx Cameo. HEX triplet: CF, A8 and 88. RGB value is (207,168,136). Sum of RGB (Red+Green+Blue) = 207+168+136=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA888 is #305777. Grayscale: #B0B0B0. Windows color (decimal): -3168120 or 8956111. OLE color: 8956111.

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

Color convert

RGB207168136-
CMYK00.190.340.19
HSL27.04º42.51%67.25%-
HSV(B)27.04º34.3%81.18%-
XYZ44.1843.0529.27-
YUV176.01105.42150.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 168 (66.02% from 255) = 32.88%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=40.51%
G=32.88%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716813600.190.340.1927.0442.5167.25
HexCFA88801322131b2b43
Octal31725021002342233353103
Binary11001111101010001000100001001110001010011110111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA888; }

 p { color: rgb(207,168,136); }

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

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

 a { background-color: rgb(207,168,136); }

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

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

 span { border-color: rgb(207,168,136); }

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