Html Css Color HEX #CCB9AB Grain Brown

📋 copy color: '#CCB9AB'

red 204 ◦ green 185 ◦ blue 171

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

Shades of Grain Brown #CCB9AB

Tints of Grain Brown #CCB9AB

RGB

 RED value IS 204 (80.08% from 255) = 36.43%

 GREEN value IS 185 (72.66% from 255) = 33.04%

 BLUE value IS 171 (67.19% from 255) = 30.54%

R = 36.43%
G = 33.04%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCB9AB (or 0xCCB9AB) is known color: Grain Brown. HEX triplet: CC, B9 and AB. RGB value is (204,185,171). Sum of RGB (Red+Green+Blue) = 204+185+171=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 171 (67.19% from 255 or 30.54% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB9AB is #334654. Grayscale: #BDBDBD. Windows color (decimal): -3360341 or 11254220. OLE color: 11254220.

HSL color Cylindrical-coordinate representation of color #CCB9AB: hue angle of 25.45º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB9AB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 185 171 -
CMYK 0 0.09 0.16 0.2
HSL 25.45º 0.24% 0.74% -
HSV(B) 25.45º 0.16% 0.8% -
XYZ 49.6 50.48 45.66 -
YUV 189.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 204 185 171 0 0.09 0.16 0.2 25.45 0.24 0.74
Hex CC B9 AB 0 9 10 14 19 18 4A
Octal 314 271 253 0 11 20 24 31 30 112
Binary 11001100 10111001 10101011 0 1001 10000 10100 11001 11000 1001010

Color Harmonies of #CCB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB9AB

Black with #CCB9AB

Text Example


Text Example

White with #CCB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB9AB; }

 p { color: rgb(204,185,171); }

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

background-color css

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

 a { background-color: rgb(204,185,171); }

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

border-color css

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

 span { border-color: rgb(204,185,171); }

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