Html Css Color HEX #C2B37F Ecru

📋 copy color: '#C2B37F'

red 194 ◦ green 179 ◦ blue 127

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

Shades of Ecru #C2B37F

Tints of Ecru #C2B37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.8%

 BLUE value IS 127 (50% from 255) = 25.4%

R = 38.8%
G = 35.8%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2B37F (or 0xC2B37F) is known color: Ecru. HEX triplet: C2, B3 and 7F. RGB value is (194,179,127). Sum of RGB (Red+Green+Blue) = 194+179+127=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 179 (70.31% from 255 or 35.8% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B37F is #3D4C80. Grayscale: #B1B1B1. Windows color (decimal): -4017281 or 8369090. OLE color: 8369090.

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

Color convert

RGB 194 179 127 -
CMYK 0 0.08 0.35 0.24
HSL 46.57º 0.35% 0.63% -
HSV(B) 46.57º 0.35% 0.76% -
XYZ 42.2 45.24 26.59 -
YUV 177.56 99.47 139.73 -
System Red Green Blue C M Y K H S L
Decimal 194 179 127 0 0.08 0.35 0.24 46.57 0.35 0.63
Hex C2 B3 7F 0 8 23 18 2F 23 3F
Octal 302 263 177 0 10 43 30 57 43 77
Binary 11000010 10110011 1111111 0 1000 100011 11000 101111 100011 111111

Color Harmonies of #C2B37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B37F

Black with #C2B37F

Text Example


Text Example

White with #C2B37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B37F; }

 p { color: rgb(194,179,127); }

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

background-color css

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

 a { background-color: rgb(194,179,127); }

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

border-color css

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

 span { border-color: rgb(194,179,127); }

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