#CBAF81

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

Shades of Calico #CBAF81

Tints of Calico #CBAF81

Color information

#CBAF81 (or 0xCBAF81) is unknown color: approx Calico. HEX triplet: CB, AF and 81. RGB value is (203,175,129). Sum of RGB (Red+Green+Blue) = 203+175+129=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 129 (50.78% from 255 or 25.44% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAF81 is #34507E. Grayscale: #B2B2B2. Windows color (decimal): -3428479 or 8499147. OLE color: 8499147.

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

Color convert

RGB203175129-
CMYK00.140.360.20
HSL37.3º41.57%65.1%-
HSV(B)37.3º36.45%79.61%-
XYZ43.9244.9427.13-
YUV178.13100.28145.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 175 (68.75% from 255) = 34.52%
BLUE value IS 129 (50.78% from 255) = 25.44%
R=40.04%
G=34.52%
B=25.44%

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
Decimal20317512900.140.360.2037.341.5765.1
HexCBAF810E2414252a41
Octal31325720101644244552101
Binary11001011101011111000000101110100100101001001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAF81; }

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

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

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

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

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

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

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

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