Html Css Color HEX #CCB6A5 Grain Brown

📋 copy color: '#CCB6A5'

red 204 ◦ green 182 ◦ blue 165

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

Shades of Grain Brown #CCB6A5

Tints of Grain Brown #CCB6A5

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.03%

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

R = 37.02%
G = 33.03%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#CCB6A5 (or 0xCCB6A5) is known color: Grain Brown. HEX triplet: CC, B6 and A5. RGB value is (204,182,165). Sum of RGB (Red+Green+Blue) = 204+182+165=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 182 (71.48% from 255 or 33.03% from 551); Blue value is 165 (64.84% from 255 or 29.95% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6A5 is #33495A. Grayscale: #BABABA. Windows color (decimal): -3361115 or 10860236. OLE color: 10860236.

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

Color convert

RGB 204 182 165 -
CMYK 0 0.11 0.19 0.2
HSL 26.15º 0.28% 0.72% -
HSV(B) 26.15º 0.19% 0.8% -
XYZ 48.42 49.01 42.51 -
YUV 186.64 115.79 140.38 -
System Red Green Blue C M Y K H S L
Decimal 204 182 165 0 0.11 0.19 0.2 26.15 0.28 0.72
Hex CC B6 A5 0 B 13 14 1A 1C 48
Octal 314 266 245 0 13 23 24 32 34 110
Binary 11001100 10110110 10100101 0 1011 10011 10100 11010 11100 1001000

Color Harmonies of #CCB6A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB6A5

Black with #CCB6A5

Text Example


Text Example

White with #CCB6A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB6A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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