Html Css Color HEX #C0B382 Ecru

📋 copy color: '#C0B382'

red 192 ◦ green 179 ◦ blue 130

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

Shades of Ecru #C0B382

Tints of Ecru #C0B382

RGB

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

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

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

R = 38.32%
G = 35.73%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0B382 (or 0xC0B382) is known color: Ecru. HEX triplet: C0, B3 and 82. RGB value is (192,179,130). Sum of RGB (Red+Green+Blue) = 192+179+130=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 130 (51.17% from 255 or 25.95% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B382 is #3F4C7D. Grayscale: #B1B1B1. Windows color (decimal): -4148350 or 8565696. OLE color: 8565696.

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

Color convert

RGB 192 179 130 -
CMYK 0 0.07 0.32 0.25
HSL 47.42º 0.33% 0.63% -
HSV(B) 47.42º 0.32% 0.75% -
XYZ 41.89 45.06 27.61 -
YUV 177.3 101.31 138.48 -
System Red Green Blue C M Y K H S L
Decimal 192 179 130 0 0.07 0.32 0.25 47.42 0.33 0.63
Hex C0 B3 82 0 7 20 19 2F 21 3F
Octal 300 263 202 0 7 40 31 57 41 77
Binary 11000000 10110011 10000010 0 111 100000 11001 101111 100001 111111

Color Harmonies of #C0B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B382

Black with #C0B382

Text Example


Text Example

White with #C0B382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B382; }

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

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

background-color css

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

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

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

border-color css

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

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

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