Html Css Color HEX #C0B57D Ecru

📋 copy color: '#C0B57D'

red 192 ◦ green 181 ◦ blue 125

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

Shades of Ecru #C0B57D

Tints of Ecru #C0B57D

RGB

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

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

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

R = 38.55%
G = 36.35%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0B57D (or 0xC0B57D) is known color: Ecru. HEX triplet: C0, B5 and 7D. RGB value is (192,181,125). Sum of RGB (Red+Green+Blue) = 192+181+125=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B57D is #3F4A82. Grayscale: #B2B2B2. Windows color (decimal): -4147843 or 8238528. OLE color: 8238528.

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

Color convert

RGB 192 181 125 -
CMYK 0 0.06 0.35 0.25
HSL 50.15º 0.35% 0.62% -
HSV(B) 50.15º 0.35% 0.75% -
XYZ 41.96 45.73 26.02 -
YUV 177.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 192 181 125 0 0.06 0.35 0.25 50.15 0.35 0.62
Hex C0 B5 7D 0 6 23 19 32 23 3E
Octal 300 265 175 0 6 43 31 62 43 76
Binary 11000000 10110101 1111101 0 110 100011 11001 110010 100011 111110

Color Harmonies of #C0B57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B57D

Black with #C0B57D

Text Example


Text Example

White with #C0B57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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