#CFAC88

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

Shades of Calico #CFAC88

Tints of Calico #CFAC88

Color information

#CFAC88 (or 0xCFAC88) is unknown color: approx Calico. HEX triplet: CF, AC and 88. RGB value is (207,172,136). Sum of RGB (Red+Green+Blue) = 207+172+136=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 136 (53.52% from 255 or 26.41% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAC88 is #305377. Grayscale: #B2B2B2. Windows color (decimal): -3167096 or 8957135. OLE color: 8957135.

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

Color convert

RGB207172136-
CMYK00.170.340.19
HSL30.42º42.51%67.25%-
HSV(B)30.42º34.3%81.18%-
XYZ44.9344.5529.52-
YUV178.36104.1148.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 172 (67.58% from 255) = 33.40%
BLUE value IS 136 (53.52% from 255) = 26.41%
R=40.19%
G=33.40%
B=26.41%

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
Decimal20717213600.170.340.1930.4242.5167.25
HexCFAC8801122131e2b43
Octal31725421002142233653103
Binary11001111101011001000100001000110001010011111101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAC88; }

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

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

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

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

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

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

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

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