#CABBA5

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

Shades of Grain Brown #CABBA5

Tints of Grain Brown #CABBA5

Color information

#CABBA5 (or 0xCABBA5) is unknown color: approx Grain Brown. HEX triplet: CA, BB and A5. RGB value is (202,187,165). Sum of RGB (Red+Green+Blue) = 202+187+165=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 165 (64.84% from 255 or 29.78% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CABBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABBA5 is #35445A. Grayscale: #BDBDBD. Windows color (decimal): -3490907 or 10861514. OLE color: 10861514.

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

Color convert

RGB202187165-
CMYK00.070.180.21
HSL35.68º25.87%71.96%-
HSV(B)35.68º18.32%79.22%-
XYZ48.9250.8142.83-
YUV188.98114.47137.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 187 (73.44% from 255) = 33.75%
BLUE value IS 165 (64.84% from 255) = 29.78%
R=36.46%
G=33.75%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218716500.070.180.2135.6825.8771.96
HexCABBA5071215241a48
Octal3122732450722254432110
Binary11001010101110111010010101111001010101100100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABBA5; }

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

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

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

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

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

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

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

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