#CBAD83

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

Shades of Calico #CBAD83

Tints of Calico #CBAD83

Color information

#CBAD83 (or 0xCBAD83) is unknown color: approx Calico. HEX triplet: CB, AD and 83. RGB value is (203,173,131). Sum of RGB (Red+Green+Blue) = 203+173+131=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD83 is #34527C. Grayscale: #B1B1B1. Windows color (decimal): -3428989 or 8629707. OLE color: 8629707.

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

Color convert

RGB203173131-
CMYK00.150.350.20
HSL35º40.91%65.49%-
HSV(B)35º35.47%79.61%-
XYZ43.6744.2227.71-
YUV177.18101.94146.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=40.04%
G=34.12%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317313100.150.350.203540.9165.49
HexCBAD830F2314232941
Octal31325520301743244351101
Binary11001011101011011000001101111100011101001000111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD83; }

 p { color: rgb(203,173,131); }

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

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

 a { background-color: rgb(203,173,131); }

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

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

 span { border-color: rgb(203,173,131); }

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