#CBAE84

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

Shades of Calico #CBAE84

Tints of Calico #CBAE84

Color information

#CBAE84 (or 0xCBAE84) is unknown color: approx Calico. HEX triplet: CB, AE and 84. RGB value is (203,174,132). Sum of RGB (Red+Green+Blue) = 203+174+132=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE84 is #34517B. Grayscale: #B2B2B2. Windows color (decimal): -3428732 or 8695499. OLE color: 8695499.

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

Color convert

RGB203174132-
CMYK00.140.350.20
HSL35.49º40.57%65.69%-
HSV(B)35.49º34.98%79.61%-
XYZ43.9344.6328.13-
YUV177.88102.11145.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 132 (51.95% from 255) = 25.93%
R=39.88%
G=34.18%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317413200.140.350.2035.4940.5765.69
HexCBAE840E2314232942
Octal31325620401643244351102
Binary11001011101011101000010001110100011101001000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE84; }

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

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

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

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

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

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

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

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