Html Css Color HEX #CCBAA6 Grain Brown

📋 copy color: '#CCBAA6'

red 204 ◦ green 186 ◦ blue 166

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

Shades of Grain Brown #CCBAA6

Tints of Grain Brown #CCBAA6

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.45%

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

R = 36.69%
G = 33.45%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCBAA6 (or 0xCCBAA6) is known color: Grain Brown. HEX triplet: CC, BA and A6. RGB value is (204,186,166). Sum of RGB (Red+Green+Blue) = 204+186+166=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA6 is #334559. Grayscale: #BDBDBD. Windows color (decimal): -3360090 or 10926796. OLE color: 10926796.

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

Color convert

RGB 204 186 166 -
CMYK 0 0.09 0.19 0.2
HSL 31.58º 0.27% 0.73% -
HSV(B) 31.58º 0.19% 0.8% -
XYZ 49.34 50.71 43.26 -
YUV 189.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 204 186 166 0 0.09 0.19 0.2 31.58 0.27 0.73
Hex CC BA A6 0 9 13 14 20 1B 49
Octal 314 272 246 0 11 23 24 40 33 111
Binary 11001100 10111010 10100110 0 1001 10011 10100 100000 11011 1001001

Color Harmonies of #CCBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAA6

Black with #CCBAA6

Text Example


Text Example

White with #CCBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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