Html Css Color HEX #C2B47E Ecru

📋 copy color: '#C2B47E'

red 194 ◦ green 180 ◦ blue 126

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

Shades of Ecru #C2B47E

Tints of Ecru #C2B47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 38.8%
G = 36%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2B47E (or 0xC2B47E) is known color: Ecru. HEX triplet: C2, B4 and 7E. RGB value is (194,180,126). Sum of RGB (Red+Green+Blue) = 194+180+126=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B47E is #3D4B81. Grayscale: #B2B2B2. Windows color (decimal): -4017026 or 8303810. OLE color: 8303810.

HSL color Cylindrical-coordinate representation of color #C2B47E: hue angle of 47.65º degrees, saturation: 0.36, 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 #C2B47E is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 126 -
CMYK 0 0.07 0.35 0.24
HSL 47.65º 0.36% 0.63% -
HSV(B) 47.65º 0.35% 0.76% -
XYZ 42.34 45.62 26.31 -
YUV 178.03 98.64 139.39 -
System Red Green Blue C M Y K H S L
Decimal 194 180 126 0 0.07 0.35 0.24 47.65 0.36 0.63
Hex C2 B4 7E 0 7 23 18 30 24 3F
Octal 302 264 176 0 7 43 30 60 44 77
Binary 11000010 10110100 1111110 0 111 100011 11000 110000 100100 111111

Color Harmonies of #C2B47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B47E

Black with #C2B47E

Text Example


Text Example

White with #C2B47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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