Html Css Color HEX #C2B174 Ecru

📋 copy color: '#C2B174'

red 194 ◦ green 177 ◦ blue 116

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

Shades of Ecru #C2B174

Tints of Ecru #C2B174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.34%

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 39.84%
G = 36.34%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C2B174 (or 0xC2B174) is known color: Ecru. HEX triplet: C2, B1 and 74. RGB value is (194,177,116). Sum of RGB (Red+Green+Blue) = 194+177+116=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B174 is #3D4E8B. Grayscale: #AFAFAF. Windows color (decimal): -4017804 or 7647682. OLE color: 7647682.

HSL color Cylindrical-coordinate representation of color #C2B174: hue angle of 46.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2B174 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 177 116 -
CMYK 0 0.09 0.40 0.24
HSL 46.92º 0.39% 0.61% -
HSV(B) 46.92º 0.4% 0.76% -
XYZ 41.12 44.17 22.88 -
YUV 175.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 194 177 116 0 0.09 0.40 0.24 46.92 0.39 0.61
Hex C2 B1 74 0 9 28 18 2F 27 3D
Octal 302 261 164 0 11 50 30 57 47 75
Binary 11000010 10110001 1110100 0 1001 101000 11000 101111 100111 111101

Color Harmonies of #C2B174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B174

Black with #C2B174

Text Example


Text Example

White with #C2B174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B174; }

 p { color: rgb(194,177,116); }

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

background-color css

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

 a { background-color: rgb(194,177,116); }

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

border-color css

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

 span { border-color: rgb(194,177,116); }

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