#CBB084

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

Shades of Calico #CBB084

Tints of Calico #CBB084

Color information

#CBB084 (or 0xCBB084) is unknown color: approx Calico. HEX triplet: CB, B0 and 84. RGB value is (203,176,132). Sum of RGB (Red+Green+Blue) = 203+176+132=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB084 is #344F7B. Grayscale: #B3B3B3. Windows color (decimal): -3428220 or 8696011. OLE color: 8696011.

HSL color Cylindrical-coordinate representation of color #CBB084: hue angle of 37.18º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBB084 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB203176132-
CMYK00.130.350.20
HSL37.18º40.57%65.69%-
HSV(B)37.18º34.98%79.61%-
XYZ44.3245.4128.26-
YUV179.06101.45145.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=39.73%
G=34.44%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317613200.130.350.2037.1840.5765.69
HexCBB0840D2314252942
Octal31326020401543244551102
Binary11001011101100001000010001101100011101001001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB084; }

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

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

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

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

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

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

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

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