Html Css Color HEX #C0B682 Ecru

📋 copy color: '#C0B682'

red 192 ◦ green 182 ◦ blue 130

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

Shades of Ecru #C0B682

Tints of Ecru #C0B682

RGB

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

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

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

R = 38.1%
G = 36.11%
B = 25.79%

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

#C0B682 (or 0xC0B682) is known color: Ecru. HEX triplet: C0, B6 and 82. RGB value is (192,182,130). Sum of RGB (Red+Green+Blue) = 192+182+130=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 182 (71.48% from 255 or 36.11% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B682 is #3F497D. Grayscale: #B3B3B3. Windows color (decimal): -4147582 or 8566464. OLE color: 8566464.

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

Color convert

RGB 192 182 130 -
CMYK 0 0.05 0.32 0.25
HSL 50.32º 0.33% 0.63% -
HSV(B) 50.32º 0.32% 0.75% -
XYZ 42.5 46.27 27.81 -
YUV 179.06 100.31 137.23 -
System Red Green Blue C M Y K H S L
Decimal 192 182 130 0 0.05 0.32 0.25 50.32 0.33 0.63
Hex C0 B6 82 0 5 20 19 32 21 3F
Octal 300 266 202 0 5 40 31 62 41 77
Binary 11000000 10110110 10000010 0 101 100000 11001 110010 100001 111111

Color Harmonies of #C0B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B682

Black with #C0B682

Text Example


Text Example

White with #C0B682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B682; }

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

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

background-color css

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

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

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

border-color css

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

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

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