Html Css Color HEX #CCB5A0 Grain Brown

📋 copy color: '#CCB5A0'

red 204 ◦ green 181 ◦ blue 160

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

Shades of Grain Brown #CCB5A0

Tints of Grain Brown #CCB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.21%

 BLUE value IS 160 (62.89% from 255) = 29.36%

R = 37.43%
G = 33.21%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCB5A0 (or 0xCCB5A0) is known color: Grain Brown. HEX triplet: CC, B5 and A0. RGB value is (204,181,160). Sum of RGB (Red+Green+Blue) = 204+181+160=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5A0 is #334A5F. Grayscale: #B9B9B9. Windows color (decimal): -3361376 or 10532300. OLE color: 10532300.

HSL color Cylindrical-coordinate representation of color #CCB5A0: hue angle of 28.64º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCB5A0 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 160 -
CMYK 0 0.11 0.22 0.2
HSL 28.64º 0.3% 0.71% -
HSV(B) 28.64º 0.22% 0.8% -
XYZ 47.77 48.42 40.09 -
YUV 185.48 113.62 141.21 -
System Red Green Blue C M Y K H S L
Decimal 204 181 160 0 0.11 0.22 0.2 28.64 0.3 0.71
Hex CC B5 A0 0 B 16 14 1D 1E 47
Octal 314 265 240 0 13 26 24 35 36 107
Binary 11001100 10110101 10100000 0 1011 10110 10100 11101 11110 1000111

Color Harmonies of #CCB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5A0

Black with #CCB5A0

Text Example


Text Example

White with #CCB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5A0; }

 p { color: rgb(204,181,160); }

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

background-color css

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

 a { background-color: rgb(204,181,160); }

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

border-color css

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

 span { border-color: rgb(204,181,160); }

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