#CFB086

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

Shades of Calico #CFB086

Tints of Calico #CFB086

Color information

#CFB086 (or 0xCFB086) is unknown color: approx Calico. HEX triplet: CF, B0 and 86. RGB value is (207,176,134). Sum of RGB (Red+Green+Blue) = 207+176+134=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 134 (52.73% from 255 or 25.92% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB086 is #304F79. Grayscale: #B4B4B4. Windows color (decimal): -3166074 or 8827087. OLE color: 8827087.

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

Color convert

RGB207176134-
CMYK00.150.350.19
HSL34.52º43.2%66.86%-
HSV(B)34.52º35.27%81.18%-
XYZ45.5646.0429.04-
YUV180.48101.77146.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.04%
GREEN value IS 176 (69.14% from 255) = 34.04%
BLUE value IS 134 (52.73% from 255) = 25.92%
R=40.04%
G=34.04%
B=25.92%

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
Decimal20717613400.150.350.1934.5243.266.86
HexCFB0860F2313232b43
Octal31726020601743234353103
Binary11001111101100001000011001111100011100111000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB086; }

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

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

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

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

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

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

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

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