Html Css Color HEX #C0B280 Ecru

📋 copy color: '#C0B280'

red 192 ◦ green 178 ◦ blue 128

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

Shades of Ecru #C0B280

Tints of Ecru #C0B280

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

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

R = 38.55%
G = 35.74%
B = 25.7%

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

#C0B280 (or 0xC0B280) is known color: Ecru. HEX triplet: C0, B2 and 80. RGB value is (192,178,128). Sum of RGB (Red+Green+Blue) = 192+178+128=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B280 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B280 is #3F4D7F. Grayscale: #B0B0B0. Windows color (decimal): -4148608 or 8434368. OLE color: 8434368.

HSL color Cylindrical-coordinate representation of color #C0B280: hue angle of 46.88º 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 #C0B280 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 128 -
CMYK 0 0.07 0.33 0.25
HSL 46.88º 0.34% 0.63% -
HSV(B) 46.88º 0.33% 0.75% -
XYZ 41.55 44.61 26.84 -
YUV 176.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 192 178 128 0 0.07 0.33 0.25 46.88 0.34 0.63
Hex C0 B2 80 0 7 21 19 2F 22 3F
Octal 300 262 200 0 7 41 31 57 42 77
Binary 11000000 10110010 10000000 0 111 100001 11001 101111 100010 111111

Color Harmonies of #C0B280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B280

Black with #C0B280

Text Example


Text Example

White with #C0B280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B280; }

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

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

background-color css

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

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

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

border-color css

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

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

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