Html Css Color HEX #C0B380 Ecru

📋 copy color: '#C0B380'

red 192 ◦ green 179 ◦ blue 128

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

Shades of Ecru #C0B380

Tints of Ecru #C0B380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 128 (50.39% from 255) = 25.65%

R = 38.48%
G = 35.87%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C0B380 (or 0xC0B380) is known color: Ecru. HEX triplet: C0, B3 and 80. RGB value is (192,179,128). Sum of RGB (Red+Green+Blue) = 192+179+128=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B380 is #3F4C7F. Grayscale: #B1B1B1. Windows color (decimal): -4148352 or 8434624. OLE color: 8434624.

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

Color convert

RGB 192 179 128 -
CMYK 0 0.07 0.33 0.25
HSL 47.81º 0.34% 0.63% -
HSV(B) 47.81º 0.33% 0.75% -
XYZ 41.75 45.01 26.91 -
YUV 177.07 100.31 138.65 -
System Red Green Blue C M Y K H S L
Decimal 192 179 128 0 0.07 0.33 0.25 47.81 0.34 0.63
Hex C0 B3 80 0 7 21 19 30 22 3F
Octal 300 263 200 0 7 41 31 60 42 77
Binary 11000000 10110011 10000000 0 111 100001 11001 110000 100010 111111

Color Harmonies of #C0B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B380

Black with #C0B380

Text Example


Text Example

White with #C0B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B380; }

 p { color: rgb(192,179,128); }

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

background-color css

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

 a { background-color: rgb(192,179,128); }

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

border-color css

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

 span { border-color: rgb(192,179,128); }

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