#CBAC88

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

Shades of Calico #CBAC88

Tints of Calico #CBAC88

Color information

#CBAC88 (or 0xCBAC88) is unknown color: approx Calico. HEX triplet: CB, AC and 88. RGB value is (203,172,136). Sum of RGB (Red+Green+Blue) = 203+172+136=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAC88 is #345377. Grayscale: #B1B1B1. Windows color (decimal): -3429240 or 8957131. OLE color: 8957131.

HSL color Cylindrical-coordinate representation of color #CBAC88: hue angle of 32.24º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBAC88 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB203172136-
CMYK00.150.330.20
HSL32.24º39.18%66.47%-
HSV(B)32.24º33%79.61%-
XYZ43.8343.9829.47-
YUV177.16104.77146.43-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 172 (67.58% from 255) = 33.66%
BLUE value IS 136 (53.52% from 255) = 26.61%
R=39.73%
G=33.66%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317213600.150.330.2032.2439.1866.47
HexCBAC880F2114202742
Octal31325421001741244047102
Binary11001011101011001000100001111100001101001000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC88; }

 p { color: rgb(203,172,136); }

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

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

 a { background-color: rgb(203,172,136); }

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

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

 span { border-color: rgb(203,172,136); }

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