Html Css Color HEX #C2B17D Ecru

📋 copy color: '#C2B17D'

red 194 ◦ green 177 ◦ blue 125

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

Shades of Ecru #C2B17D

Tints of Ecru #C2B17D

RGB

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

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

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

R = 39.11%
G = 35.69%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2B17D (or 0xC2B17D) is known color: Ecru. HEX triplet: C2, B1 and 7D. RGB value is (194,177,125). Sum of RGB (Red+Green+Blue) = 194+177+125=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B17D is #3D4E82. Grayscale: #B0B0B0. Windows color (decimal): -4017795 or 8237506. OLE color: 8237506.

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

Color convert

RGB 194 177 125 -
CMYK 0 0.09 0.36 0.24
HSL 45.22º 0.36% 0.63% -
HSV(B) 45.22º 0.36% 0.76% -
XYZ 41.67 44.39 25.77 -
YUV 176.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 194 177 125 0 0.09 0.36 0.24 45.22 0.36 0.63
Hex C2 B1 7D 0 9 24 18 2D 24 3F
Octal 302 261 175 0 11 44 30 55 44 77
Binary 11000010 10110001 1111101 0 1001 100100 11000 101101 100100 111111

Color Harmonies of #C2B17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B17D

Black with #C2B17D

Text Example


Text Example

White with #C2B17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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