#CBAE81

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

Shades of Calico #CBAE81

Tints of Calico #CBAE81

Color information

#CBAE81 (or 0xCBAE81) is unknown color: approx Calico. HEX triplet: CB, AE and 81. RGB value is (203,174,129). Sum of RGB (Red+Green+Blue) = 203+174+129=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE81 is #34517E. Grayscale: #B1B1B1. Windows color (decimal): -3428735 or 8498891. OLE color: 8498891.

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

Color convert

RGB203174129-
CMYK00.140.360.20
HSL36.49º41.57%65.1%-
HSV(B)36.49º36.45%79.61%-
XYZ43.7344.5527.06-
YUV177.54100.61146.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 129 (50.78% from 255) = 25.49%
R=40.12%
G=34.39%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317412900.140.360.2036.4941.5765.1
HexCBAE810E2414242a41
Octal31325620101644244452101
Binary11001011101011101000000101110100100101001001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE81; }

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

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

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

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

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

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

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

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