Html Css Color HEX #C0B57F Ecru

📋 copy color: '#C0B57F'

red 192 ◦ green 181 ◦ blue 127

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

Shades of Ecru #C0B57F

Tints of Ecru #C0B57F

RGB

 RED value IS 192 (75.39% from 255) = 38.4%

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 38.4%
G = 36.2%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0B57F (or 0xC0B57F) is known color: Ecru. HEX triplet: C0, B5 and 7F. RGB value is (192,181,127). Sum of RGB (Red+Green+Blue) = 192+181+127=500 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 127 (50% from 255 or 25.4% from 500); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B57F is #3F4A80. Grayscale: #B2B2B2. Windows color (decimal): -4147841 or 8369600. OLE color: 8369600.

HSL color Cylindrical-coordinate representation of color #C0B57F: hue angle of 49.85º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0B57F is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 127 -
CMYK 0 0.06 0.34 0.25
HSL 49.85º 0.34% 0.63% -
HSV(B) 49.85º 0.34% 0.75% -
XYZ 42.09 45.79 26.7 -
YUV 178.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 192 181 127 0 0.06 0.34 0.25 49.85 0.34 0.63
Hex C0 B5 7F 0 6 22 19 32 22 3F
Octal 300 265 177 0 6 42 31 62 42 77
Binary 11000000 10110101 1111111 0 110 100010 11001 110010 100010 111111

Color Harmonies of #C0B57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B57F

Black with #C0B57F

Text Example


Text Example

White with #C0B57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B57F; }

 p { color: rgb(192,181,127); }

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

background-color css

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

 a { background-color: rgb(192,181,127); }

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

border-color css

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

 span { border-color: rgb(192,181,127); }

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