Html Css Color HEX #CCBAAC Grain Brown

📋 copy color: '#CCBAAC'

red 204 ◦ green 186 ◦ blue 172

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

Shades of Grain Brown #CCBAAC

Tints of Grain Brown #CCBAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.6%

R = 36.3%
G = 33.1%
B = 30.6%

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

#CCBAAC (or 0xCCBAAC) is known color: Grain Brown. HEX triplet: CC, BA and AC. RGB value is (204,186,172). Sum of RGB (Red+Green+Blue) = 204+186+172=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAAC is #334553. Grayscale: #BDBDBD. Windows color (decimal): -3360084 or 11320012. OLE color: 11320012.

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

Color convert

RGB 204 186 172 -
CMYK 0 0.09 0.16 0.2
HSL 26.25º 0.24% 0.74% -
HSV(B) 26.25º 0.16% 0.8% -
XYZ 49.91 50.93 46.23 -
YUV 189.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 204 186 172 0 0.09 0.16 0.2 26.25 0.24 0.74
Hex CC BA AC 0 9 10 14 1A 18 4A
Octal 314 272 254 0 11 20 24 32 30 112
Binary 11001100 10111010 10101100 0 1001 10000 10100 11010 11000 1001010

Color Harmonies of #CCBAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAAC

Black with #CCBAAC

Text Example


Text Example

White with #CCBAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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