Html Css Color HEX #C2B47F Ecru

📋 copy color: '#C2B47F'

red 194 ◦ green 180 ◦ blue 127

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

Shades of Ecru #C2B47F

Tints of Ecru #C2B47F

RGB

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

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

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

R = 38.72%
G = 35.93%
B = 25.35%

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

#C2B47F (or 0xC2B47F) is known color: Ecru. HEX triplet: C2, B4 and 7F. RGB value is (194,180,127). Sum of RGB (Red+Green+Blue) = 194+180+127=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 180 (70.70% from 255 or 35.93% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B47F is #3D4B80. Grayscale: #B2B2B2. Windows color (decimal): -4017025 or 8369346. OLE color: 8369346.

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

Color convert

RGB 194 180 127 -
CMYK 0 0.07 0.35 0.24
HSL 47.46º 0.35% 0.63% -
HSV(B) 47.46º 0.35% 0.76% -
XYZ 42.4 45.64 26.65 -
YUV 178.14 99.14 139.31 -
System Red Green Blue C M Y K H S L
Decimal 194 180 127 0 0.07 0.35 0.24 47.46 0.35 0.63
Hex C2 B4 7F 0 7 23 18 2F 23 3F
Octal 302 264 177 0 7 43 30 57 43 77
Binary 11000010 10110100 1111111 0 111 100011 11000 101111 100011 111111

Color Harmonies of #C2B47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B47F

Black with #C2B47F

Text Example


Text Example

White with #C2B47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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