#CBAF80

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

Shades of Calico #CBAF80

Tints of Calico #CBAF80

Color information

#CBAF80 (or 0xCBAF80) is unknown color: approx Calico. HEX triplet: CB, AF and 80. RGB value is (203,175,128). Sum of RGB (Red+Green+Blue) = 203+175+128=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 128 (50.39% from 255 or 25.30% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF80 is #34507F. Grayscale: #B2B2B2. Windows color (decimal): -3428480 or 8433611. OLE color: 8433611.

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

Color convert

RGB203175128-
CMYK00.140.370.20
HSL37.6º41.9%64.9%-
HSV(B)37.6º36.95%79.61%-
XYZ43.8544.9126.78-
YUV178.0199.78145.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.12%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 128 (50.39% from 255) = 25.30%
R=40.12%
G=34.58%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317512800.140.370.2037.641.964.9
HexCBAF800E2514262a41
Octal31325720001645244652101
Binary11001011101011111000000001110100101101001001101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF80; }

 p { color: rgb(203,175,128); }

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

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

 a { background-color: rgb(203,175,128); }

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

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

 span { border-color: rgb(203,175,128); }

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