Html Css Color HEX #C2B2A0 Grain Brown

📋 copy color: '#C2B2A0'

red 194 ◦ green 178 ◦ blue 160

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

Shades of Grain Brown #C2B2A0

Tints of Grain Brown #C2B2A0

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.46%

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

R = 36.47%
G = 33.46%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C2B2A0 (or 0xC2B2A0) is known color: Grain Brown. HEX triplet: C2, B2 and A0. RGB value is (194,178,160). Sum of RGB (Red+Green+Blue) = 194+178+160=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B2A0 is #3D4D5F. Grayscale: #B4B4B4. Windows color (decimal): -4017504 or 10531522. OLE color: 10531522.

HSL color Cylindrical-coordinate representation of color #C2B2A0: hue angle of 31.76º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2B2A0 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 178 160 -
CMYK 0 0.08 0.18 0.24
HSL 31.76º 0.22% 0.69% -
HSV(B) 31.76º 0.18% 0.76% -
XYZ 44.51 45.85 39.76 -
YUV 180.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 194 178 160 0 0.08 0.18 0.24 31.76 0.22 0.69
Hex C2 B2 A0 0 8 12 18 20 16 45
Octal 302 262 240 0 10 22 30 40 26 105
Binary 11000010 10110010 10100000 0 1000 10010 11000 100000 10110 1000101

Color Harmonies of #C2B2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B2A0

Black with #C2B2A0

Text Example


Text Example

White with #C2B2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B2A0; }

 p { color: rgb(194,178,160); }

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

background-color css

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

 a { background-color: rgb(194,178,160); }

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

border-color css

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

 span { border-color: rgb(194,178,160); }

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