#CABAA6

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

Shades of Grain Brown #CABAA6

Tints of Grain Brown #CABAA6

Color information

#CABAA6 (or 0xCABAA6) is unknown color: approx Grain Brown. HEX triplet: CA, BA and A6. RGB value is (202,186,166). Sum of RGB (Red+Green+Blue) = 202+186+166=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CABAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABAA6 is #354559. Grayscale: #BCBCBC. Windows color (decimal): -3491162 or 10926794. OLE color: 10926794.

HSL color Cylindrical-coordinate representation of color #CABAA6: hue angle of 33.33º degrees, saturation: 0.25, 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 #CABAA6 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202186166-
CMYK00.080.180.21
HSL33.33º25.35%72.16%-
HSV(B)33.33º17.82%79.22%-
XYZ48.850.4343.24-
YUV188.5115.3137.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 166 (65.23% from 255) = 29.96%
R=36.46%
G=33.57%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218616600.080.180.2133.3325.3572.16
HexCABAA6081215211948
Octal31227224601022254131110
Binary110010101011101010100110010001001010101100001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABAA6; }

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

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

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

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

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

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

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

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