Html Css Color HEX #CCBBAB Grain Brown

📋 copy color: '#CCBBAB'

red 204 ◦ green 187 ◦ blue 171

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

Shades of Grain Brown #CCBBAB

Tints of Grain Brown #CCBBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.27%

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

R = 36.3%
G = 33.27%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CCBBAB (or 0xCCBBAB) is known color: Grain Brown. HEX triplet: CC, BB and AB. RGB value is (204,187,171). Sum of RGB (Red+Green+Blue) = 204+187+171=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 187 (73.44% from 255 or 33.27% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBAB is #334454. Grayscale: #BEBEBE. Windows color (decimal): -3359829 or 11254732. OLE color: 11254732.

HSL color Cylindrical-coordinate representation of color #CCBBAB: hue angle of 29.09º 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 #CCBBAB is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 187 171 -
CMYK 0 0.08 0.16 0.2
HSL 29.09º 0.24% 0.74% -
HSV(B) 29.09º 0.16% 0.8% -
XYZ 50.02 51.32 45.8 -
YUV 190.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 204 187 171 0 0.08 0.16 0.2 29.09 0.24 0.74
Hex CC BB AB 0 8 10 14 1D 18 4A
Octal 314 273 253 0 10 20 24 35 30 112
Binary 11001100 10111011 10101011 0 1000 10000 10100 11101 11000 1001010

Color Harmonies of #CCBBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBAB

Black with #CCBBAB

Text Example


Text Example

White with #CCBBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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