#CFB087

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

Shades of Calico #CFB087

Tints of Calico #CFB087

Color information

#CFB087 (or 0xCFB087) is unknown color: approx Calico. HEX triplet: CF, B0 and 87. RGB value is (207,176,135). Sum of RGB (Red+Green+Blue) = 207+176+135=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 135 (53.12% from 255 or 26.06% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB087 is #304F78. Grayscale: #B4B4B4. Windows color (decimal): -3166073 or 8892623. OLE color: 8892623.

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

Color convert

RGB207176135-
CMYK00.150.350.19
HSL34.17º42.86%67.06%-
HSV(B)34.17º34.78%81.18%-
XYZ45.6346.0729.41-
YUV180.59102.27146.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 176 (69.14% from 255) = 33.98%
BLUE value IS 135 (53.12% from 255) = 26.06%
R=39.96%
G=33.98%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717613500.150.350.1934.1742.8667.06
HexCFB0870F2313222b43
Octal31726020701743234253103
Binary11001111101100001000011101111100011100111000101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB087; }

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

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

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

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

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

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

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

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