Html Css Color HEX #C0B383 Ecru

📋 copy color: '#C0B383'

red 192 ◦ green 179 ◦ blue 131

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

Shades of Ecru #C0B383

Tints of Ecru #C0B383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.1%

R = 38.25%
G = 35.66%
B = 26.1%

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

#C0B383 (or 0xC0B383) is known color: Ecru. HEX triplet: C0, B3 and 83. RGB value is (192,179,131). Sum of RGB (Red+Green+Blue) = 192+179+131=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 179 (70.31% from 255 or 35.66% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B383 is #3F4C7C. Grayscale: #B1B1B1. Windows color (decimal): -4148349 or 8631232. OLE color: 8631232.

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

Color convert

RGB 192 179 131 -
CMYK 0 0.07 0.32 0.25
HSL 47.21º 0.33% 0.63% -
HSV(B) 47.21º 0.32% 0.75% -
XYZ 41.96 45.09 27.96 -
YUV 177.42 101.81 138.4 -
System Red Green Blue C M Y K H S L
Decimal 192 179 131 0 0.07 0.32 0.25 47.21 0.33 0.63
Hex C0 B3 83 0 7 20 19 2F 21 3F
Octal 300 263 203 0 7 40 31 57 41 77
Binary 11000000 10110011 10000011 0 111 100000 11001 101111 100001 111111

Color Harmonies of #C0B383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B383

Black with #C0B383

Text Example


Text Example

White with #C0B383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B383; }

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

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

background-color css

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

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

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

border-color css

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

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

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