Html Css Color HEX #C0B683 Ecru

📋 copy color: '#C0B683'

red 192 ◦ green 182 ◦ blue 131

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

Shades of Ecru #C0B683

Tints of Ecru #C0B683

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.04%

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

R = 38.02%
G = 36.04%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C0B683 (or 0xC0B683) is known color: Ecru. HEX triplet: C0, B6 and 83. RGB value is (192,182,131). Sum of RGB (Red+Green+Blue) = 192+182+131=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 182 (71.48% from 255 or 36.04% from 505); Blue value is 131 (51.56% from 255 or 25.94% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B683 is #3F497C. Grayscale: #B3B3B3. Windows color (decimal): -4147581 or 8632000. OLE color: 8632000.

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

Color convert

RGB 192 182 131 -
CMYK 0 0.05 0.32 0.25
HSL 50.16º 0.33% 0.63% -
HSV(B) 50.16º 0.32% 0.75% -
XYZ 42.56 46.3 28.17 -
YUV 179.18 100.81 137.15 -
System Red Green Blue C M Y K H S L
Decimal 192 182 131 0 0.05 0.32 0.25 50.16 0.33 0.63
Hex C0 B6 83 0 5 20 19 32 21 3F
Octal 300 266 203 0 5 40 31 62 41 77
Binary 11000000 10110110 10000011 0 101 100000 11001 110010 100001 111111

Color Harmonies of #C0B683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B683

Black with #C0B683

Text Example


Text Example

White with #C0B683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B683; }

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

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

background-color css

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

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

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

border-color css

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

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

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