Html Css Color HEX #CCBBA4 Grain Brown

📋 copy color: '#CCBBA4'

red 204 ◦ green 187 ◦ blue 164

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

Shades of Grain Brown #CCBBA4

Tints of Grain Brown #CCBBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.55%

R = 36.76%
G = 33.69%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCBBA4 (or 0xCCBBA4) is known color: Grain Brown. HEX triplet: CC, BB and A4. RGB value is (204,187,164). Sum of RGB (Red+Green+Blue) = 204+187+164=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 164 (64.45% from 255 or 29.55% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA4 is #33445B. Grayscale: #BDBDBD. Windows color (decimal): -3359836 or 10795980. OLE color: 10795980.

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

Color convert

RGB 204 187 164 -
CMYK 0 0.08 0.20 0.2
HSL 34.5º 0.28% 0.72% -
HSV(B) 34.5º 0.2% 0.8% -
XYZ 49.37 51.06 42.37 -
YUV 189.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 204 187 164 0 0.08 0.20 0.2 34.5 0.28 0.72
Hex CC BB A4 0 8 14 14 22 1C 48
Octal 314 273 244 0 10 24 24 42 34 110
Binary 11001100 10111011 10100100 0 1000 10100 10100 100010 11100 1001000

Color Harmonies of #CCBBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBA4

Black with #CCBBA4

Text Example


Text Example

White with #CCBBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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