#CFB084

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

Shades of Calico #CFB084

Tints of Calico #CFB084

Color information

#CFB084 (or 0xCFB084) is unknown color: approx Calico. HEX triplet: CF, B0 and 84. RGB value is (207,176,132). Sum of RGB (Red+Green+Blue) = 207+176+132=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 176 (69.14% from 255 or 34.17% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB084 is #304F7B. Grayscale: #B4B4B4. Windows color (decimal): -3166076 or 8696015. OLE color: 8696015.

HSL color Cylindrical-coordinate representation of color #CFB084: hue angle of 35.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CFB084 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207176132-
CMYK00.150.360.19
HSL35.2º43.86%66.47%-
HSV(B)35.2º36.23%81.18%-
XYZ45.4245.9828.31-
YUV180.25100.77147.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 176 (69.14% from 255) = 34.17%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=40.19%
G=34.17%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717613200.150.360.1935.243.8666.47
HexCFB0840F2413232c42
Octal31726020401744234354102
Binary11001111101100001000010001111100100100111000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB084; }

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

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

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

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

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

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

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

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