Html Css Color HEX #CCBBA6 Grain Brown

📋 copy color: '#CCBBA6'

red 204 ◦ green 187 ◦ blue 166

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

Shades of Grain Brown #CCBBA6

Tints of Grain Brown #CCBBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.8%

R = 36.62%
G = 33.57%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCBBA6 (or 0xCCBBA6) is known color: Grain Brown. HEX triplet: CC, BB and A6. RGB value is (204,187,166). Sum of RGB (Red+Green+Blue) = 204+187+166=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 187 (73.44% from 255 or 33.57% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA6 is #334459. Grayscale: #BDBDBD. Windows color (decimal): -3359834 or 10927052. OLE color: 10927052.

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

Color convert

RGB 204 187 166 -
CMYK 0 0.08 0.19 0.2
HSL 33.16º 0.27% 0.73% -
HSV(B) 33.16º 0.19% 0.8% -
XYZ 49.56 51.13 43.33 -
YUV 189.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 204 187 166 0 0.08 0.19 0.2 33.16 0.27 0.73
Hex CC BB A6 0 8 13 14 21 1B 49
Octal 314 273 246 0 10 23 24 41 33 111
Binary 11001100 10111011 10100110 0 1000 10011 10100 100001 11011 1001001

Color Harmonies of #CCBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBA6

Black with #CCBBA6

Text Example


Text Example

White with #CCBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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