#CFAB88

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

Shades of Cameo #CFAB88

Tints of Cameo #CFAB88

Color information

#CFAB88 (or 0xCFAB88) is unknown color: approx Cameo. HEX triplet: CF, AB and 88. RGB value is (207,171,136). Sum of RGB (Red+Green+Blue) = 207+171+136=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAB88 is #305477. Grayscale: #B1B1B1. Windows color (decimal): -3167352 or 8956879. OLE color: 8956879.

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

Color convert

RGB207171136-
CMYK00.170.340.19
HSL29.58º42.51%67.25%-
HSV(B)29.58º34.3%81.18%-
XYZ44.7444.1729.46-
YUV177.77104.43148.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=40.27%
G=33.27%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717113600.170.340.1929.5842.5167.25
HexCFAB8801122131e2b43
Octal31725321002142233653103
Binary11001111101010111000100001000110001010011111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB88; }

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

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

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

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

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

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

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

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