Html Css Color HEX #CCBAA0 Grain Brown

📋 copy color: '#CCBAA0'

red 204 ◦ green 186 ◦ blue 160

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

Shades of Grain Brown #CCBAA0

Tints of Grain Brown #CCBAA0

RGB

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

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

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

R = 37.09%
G = 33.82%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#CCBAA0 (or 0xCCBAA0) is known color: Grain Brown. HEX triplet: CC, BA and A0. RGB value is (204,186,160). Sum of RGB (Red+Green+Blue) = 204+186+160=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 186 (73.05% from 255 or 33.82% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA0 is #33455F. Grayscale: #BCBCBC. Windows color (decimal): -3360096 or 10533580. OLE color: 10533580.

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

Color convert

RGB 204 186 160 -
CMYK 0 0.09 0.22 0.2
HSL 35.45º 0.3% 0.71% -
HSV(B) 35.45º 0.22% 0.8% -
XYZ 48.81 50.49 40.43 -
YUV 188.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 204 186 160 0 0.09 0.22 0.2 35.45 0.3 0.71
Hex CC BA A0 0 9 16 14 23 1E 47
Octal 314 272 240 0 11 26 24 43 36 107
Binary 11001100 10111010 10100000 0 1001 10110 10100 100011 11110 1000111

Color Harmonies of #CCBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAA0

Black with #CCBAA0

Text Example


Text Example

White with #CCBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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