Html Css Color HEX #CAB8A7 Grain Brown

📋 copy color: '#CAB8A7'

red 202 ◦ green 184 ◦ blue 167

#CAB8A7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grain Brown #CAB8A7

Tints of Grain Brown #CAB8A7

RGB

 RED value IS 202 (79.3% from 255) = 36.53%

 GREEN value IS 184 (72.27% from 255) = 33.27%

 BLUE value IS 167 (65.63% from 255) = 30.2%

R = 36.53%
G = 33.27%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CAB8A7 (or 0xCAB8A7) is known color: Grain Brown. HEX triplet: CA, B8 and A7. RGB value is (202,184,167). Sum of RGB (Red+Green+Blue) = 202+184+167=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 184 (72.27% from 255 or 33.27% from 553); Blue value is 167 (65.62% from 255 or 30.20% from 553); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB8A7 is #354758. Grayscale: #BBBBBB. Windows color (decimal): -3491673 or 10991818. OLE color: 10991818.

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

Color convert

RGB 202 184 167 -
CMYK 0 0.09 0.17 0.21
HSL 29.14º 0.25% 0.72% -
HSV(B) 29.14º 0.17% 0.79% -
XYZ 48.47 49.63 43.58 -
YUV 187.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 202 184 167 0 0.09 0.17 0.21 29.14 0.25 0.72
Hex CA B8 A7 0 9 11 15 1D 19 48
Octal 312 270 247 0 11 21 25 35 31 110
Binary 11001010 10111000 10100111 0 1001 10001 10101 11101 11001 1001000

Color Harmonies of #CAB8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB8A7

Black with #CAB8A7

Text Example


Text Example

White with #CAB8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB8A7; }

 p { color: rgb(202,184,167); }

 H1.HeaderClassName
 {
   color: #CAB8A7;
 }
 .AnyTagClassName
 {
   color: #CAB8A7;
 }
</style>

background-color css

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

 a { background-color: rgb(202,184,167); }

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

border-color css

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

 span { border-color: rgb(202,184,167); }

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