Html Css Color HEX #CCBBA5 Grain Brown

📋 copy color: '#CCBBA5'

red 204 ◦ green 187 ◦ blue 165

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

Shades of Grain Brown #CCBBA5

Tints of Grain Brown #CCBBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.68%

R = 36.69%
G = 33.63%
B = 29.68%

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

#CCBBA5 (or 0xCCBBA5) is known color: Grain Brown. HEX triplet: CC, BB and A5. RGB value is (204,187,165). Sum of RGB (Red+Green+Blue) = 204+187+165=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 187 (73.44% from 255 or 33.63% from 556); Blue value is 165 (64.84% from 255 or 29.68% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBBA5 is #33445A. Grayscale: #BDBDBD. Windows color (decimal): -3359835 or 10861516. OLE color: 10861516.

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

Color convert

RGB 204 187 165 -
CMYK 0 0.08 0.19 0.2
HSL 33.85º 0.28% 0.72% -
HSV(B) 33.85º 0.19% 0.8% -
XYZ 49.46 51.09 42.85 -
YUV 189.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 204 187 165 0 0.08 0.19 0.2 33.85 0.28 0.72
Hex CC BB A5 0 8 13 14 22 1C 48
Octal 314 273 245 0 10 23 24 42 34 110
Binary 11001100 10111011 10100101 0 1000 10011 10100 100010 11100 1001000

Color Harmonies of #CCBBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBBA5

Black with #CCBBA5

Text Example


Text Example

White with #CCBBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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