Html Css Color HEX #C0B582 Ecru

📋 copy color: '#C0B582'

red 192 ◦ green 181 ◦ blue 130

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

Shades of Ecru #C0B582

Tints of Ecru #C0B582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 38.17%
G = 35.98%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0B582 (or 0xC0B582) is known color: Ecru. HEX triplet: C0, B5 and 82. RGB value is (192,181,130). Sum of RGB (Red+Green+Blue) = 192+181+130=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B582 is #3F4A7D. Grayscale: #B2B2B2. Windows color (decimal): -4147838 or 8566208. OLE color: 8566208.

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

Color convert

RGB 192 181 130 -
CMYK 0 0.06 0.32 0.25
HSL 49.35º 0.33% 0.63% -
HSV(B) 49.35º 0.32% 0.75% -
XYZ 42.29 45.87 27.74 -
YUV 178.48 100.64 137.65 -
System Red Green Blue C M Y K H S L
Decimal 192 181 130 0 0.06 0.32 0.25 49.35 0.33 0.63
Hex C0 B5 82 0 6 20 19 31 21 3F
Octal 300 265 202 0 6 40 31 61 41 77
Binary 11000000 10110101 10000010 0 110 100000 11001 110001 100001 111111

Color Harmonies of #C0B582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B582

Black with #C0B582

Text Example


Text Example

White with #C0B582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B582; }

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

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

background-color css

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

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

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

border-color css

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

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

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