#CFAF88

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

Shades of Calico #CFAF88

Tints of Calico #CFAF88

Color information

#CFAF88 (or 0xCFAF88) is unknown color: approx Calico. HEX triplet: CF, AF and 88. RGB value is (207,175,136). Sum of RGB (Red+Green+Blue) = 207+175+136=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAF88 is #305077. Grayscale: #B4B4B4. Windows color (decimal): -3166328 or 8957903. OLE color: 8957903.

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

Color convert

RGB207175136-
CMYK00.150.340.19
HSL32.96º42.51%67.25%-
HSV(B)32.96º34.3%81.18%-
XYZ45.5145.729.72-
YUV180.12103.1147.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 175 (68.75% from 255) = 33.78%
BLUE value IS 136 (53.52% from 255) = 26.25%
R=39.96%
G=33.78%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717513600.150.340.1932.9642.5167.25
HexCFAF880F2213212b43
Octal31725721001742234153103
Binary11001111101011111000100001111100010100111000011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF88; }

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

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

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

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

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

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

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

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