#CBAE7E

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

Shades of Calico #CBAE7E

Tints of Calico #CBAE7E

Color information

#CBAE7E (or 0xCBAE7E) is unknown color: approx Calico. HEX triplet: CB, AE and 7E. RGB value is (203,174,126). Sum of RGB (Red+Green+Blue) = 203+174+126=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 126 (49.61% from 255 or 25.05% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAE7E is #345181. Grayscale: #B1B1B1. Windows color (decimal): -3428738 or 8302283. OLE color: 8302283.

HSL color Cylindrical-coordinate representation of color #CBAE7E: hue angle of 37.4º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBAE7E is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203174126-
CMYK00.140.380.20
HSL37.4º42.54%64.51%-
HSV(B)37.4º37.93%79.61%-
XYZ43.5344.4726.03-
YUV177.299.11146.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 126 (49.61% from 255) = 25.05%
R=40.36%
G=34.59%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317412600.140.380.2037.442.5464.51
HexCBAE7E0E2614252b41
Octal31325617601646244553101
Binary1100101110101110111111001110100110101001001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE7E; }

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

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

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

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

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

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

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

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