Html Css Color HEX #C2B4A4 Grain Brown

📋 copy color: '#C2B4A4'

red 194 ◦ green 180 ◦ blue 164

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

Shades of Grain Brown #C2B4A4

Tints of Grain Brown #C2B4A4

RGB

 RED value IS 194 (76.17% from 255) = 36.06%

 GREEN value IS 180 (70.7% from 255) = 33.46%

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

R = 36.06%
G = 33.46%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#C2B4A4 (or 0xC2B4A4) is known color: Grain Brown. HEX triplet: C2, B4 and A4. RGB value is (194,180,164). Sum of RGB (Red+Green+Blue) = 194+180+164=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 180 (70.70% from 255 or 33.46% from 538); Blue value is 164 (64.45% from 255 or 30.48% from 538); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B4A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B4A4 is #3D4B5B. Grayscale: #B6B6B6. Windows color (decimal): -4016988 or 10794178. OLE color: 10794178.

HSL color Cylindrical-coordinate representation of color #C2B4A4: hue angle of 32º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2B4A4 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 164 -
CMYK 0 0.07 0.15 0.24
HSL 32º 0.2% 0.7% -
HSV(B) 32º 0.15% 0.76% -
XYZ 45.27 46.79 41.77 -
YUV 182.36 117.64 136.3 -
System Red Green Blue C M Y K H S L
Decimal 194 180 164 0 0.07 0.15 0.24 32 0.2 0.7
Hex C2 B4 A4 0 7 F 18 20 14 46
Octal 302 264 244 0 7 17 30 40 24 106
Binary 11000010 10110100 10100100 0 111 1111 11000 100000 10100 1000110

Color Harmonies of #C2B4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B4A4

Black with #C2B4A4

Text Example


Text Example

White with #C2B4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B4A4; }

 p { color: rgb(194,180,164); }

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

background-color css

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

 a { background-color: rgb(194,180,164); }

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

border-color css

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

 span { border-color: rgb(194,180,164); }

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