Html Css Color HEX #CCBAA4 Grain Brown

📋 copy color: '#CCBAA4'

red 204 ◦ green 186 ◦ blue 164

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

Shades of Grain Brown #CCBAA4

Tints of Grain Brown #CCBAA4

RGB

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

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

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

R = 36.82%
G = 33.57%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#CCBAA4 (or 0xCCBAA4) is known color: Grain Brown. HEX triplet: CC, BA and A4. RGB value is (204,186,164). Sum of RGB (Red+Green+Blue) = 204+186+164=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 164 (64.45% from 255 or 29.60% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBAA4 is #33455B. Grayscale: #BCBCBC. Windows color (decimal): -3360092 or 10795724. OLE color: 10795724.

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

Color convert

RGB 204 186 164 -
CMYK 0 0.09 0.20 0.2
HSL 33º 0.28% 0.72% -
HSV(B) 33º 0.2% 0.8% -
XYZ 49.16 50.64 42.3 -
YUV 188.87 113.96 138.79 -
System Red Green Blue C M Y K H S L
Decimal 204 186 164 0 0.09 0.20 0.2 33 0.28 0.72
Hex CC BA A4 0 9 14 14 21 1C 48
Octal 314 272 244 0 11 24 24 41 34 110
Binary 11001100 10111010 10100100 0 1001 10100 10100 100001 11100 1001000

Color Harmonies of #CCBAA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBAA4

Black with #CCBAA4

Text Example


Text Example

White with #CCBAA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBAA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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