Html Css Color HEX #C2B37D Ecru

📋 copy color: '#C2B37D'

red 194 ◦ green 179 ◦ blue 125

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

Shades of Ecru #C2B37D

Tints of Ecru #C2B37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.1%

R = 38.96%
G = 35.94%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2B37D (or 0xC2B37D) is known color: Ecru. HEX triplet: C2, B3 and 7D. RGB value is (194,179,125). Sum of RGB (Red+Green+Blue) = 194+179+125=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B37D is #3D4C82. Grayscale: #B1B1B1. Windows color (decimal): -4017283 or 8238018. OLE color: 8238018.

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

Color convert

RGB 194 179 125 -
CMYK 0 0.08 0.36 0.24
HSL 46.96º 0.36% 0.63% -
HSV(B) 46.96º 0.36% 0.76% -
XYZ 42.07 45.19 25.91 -
YUV 177.33 98.47 139.89 -
System Red Green Blue C M Y K H S L
Decimal 194 179 125 0 0.08 0.36 0.24 46.96 0.36 0.63
Hex C2 B3 7D 0 8 24 18 2F 24 3F
Octal 302 263 175 0 10 44 30 57 44 77
Binary 11000010 10110011 1111101 0 1000 100100 11000 101111 100100 111111

Color Harmonies of #C2B37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B37D

Black with #C2B37D

Text Example


Text Example

White with #C2B37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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