#CABAA3

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

Shades of Grain Brown #CABAA3

Tints of Grain Brown #CABAA3

Color information

#CABAA3 (or 0xCABAA3) is unknown color: approx Grain Brown. HEX triplet: CA, BA and A3. RGB value is (202,186,163). Sum of RGB (Red+Green+Blue) = 202+186+163=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 186 (73.05% from 255 or 33.76% from 551); Blue value is 163 (64.06% from 255 or 29.58% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAA3 is #35455C. Grayscale: #BCBCBC. Windows color (decimal): -3491165 or 10730186. OLE color: 10730186.

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

Color convert

RGB202186163-
CMYK00.080.190.21
HSL35.38º26.9%71.57%-
HSV(B)35.38º19.31%79.22%-
XYZ48.5350.3241.81-
YUV188.16113.8137.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 186 (73.05% from 255) = 33.76%
BLUE value IS 163 (64.06% from 255) = 29.58%
R=36.66%
G=33.76%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218616300.080.190.2135.3826.971.57
HexCABAA3081315231b48
Octal31227224301023254333110
Binary110010101011101010100011010001001110101100011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAA3; }

 p { color: rgb(202,186,163); }

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

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

 a { background-color: rgb(202,186,163); }

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

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

 span { border-color: rgb(202,186,163); }

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