#CABBAD

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

Shades of Grain Brown #CABBAD

Tints of Grain Brown #CABBAD

Color information

#CABBAD (or 0xCABBAD) is unknown color: approx Grain Brown. HEX triplet: CA, BB and AD. RGB value is (202,187,173). Sum of RGB (Red+Green+Blue) = 202+187+173=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBAD is #354452. Grayscale: #BDBDBD. Windows color (decimal): -3490899 or 11385802. OLE color: 11385802.

HSL color Cylindrical-coordinate representation of color #CABBAD: hue angle of 28.97º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABBAD is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202187173-
CMYK00.070.140.21
HSL28.97º21.48%73.53%-
HSV(B)28.97º14.36%79.22%-
XYZ49.6751.1146.78-
YUV189.89118.47136.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.94%
GREEN value IS 187 (73.44% from 255) = 33.27%
BLUE value IS 173 (67.97% from 255) = 30.78%
R=35.94%
G=33.27%
B=30.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218717300.070.140.2128.9721.4873.53
HexCABBAD07E151d154a
Octal3122732550716253525112
Binary110010101011101110101101011111101010111101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBAD; }

 p { color: rgb(202,187,173); }

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

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

 a { background-color: rgb(202,187,173); }

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

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

 span { border-color: rgb(202,187,173); }

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