Html Css Color HEX #C0B486 Ecru

📋 copy color: '#C0B486'

red 192 ◦ green 180 ◦ blue 134

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

Shades of Ecru #C0B486

Tints of Ecru #C0B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.57%

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 37.94%
G = 35.57%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C0B486 (or 0xC0B486) is known color: Ecru. HEX triplet: C0, B4 and 86. RGB value is (192,180,134). Sum of RGB (Red+Green+Blue) = 192+180+134=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B486 is #3F4B79. Grayscale: #B2B2B2. Windows color (decimal): -4148090 or 8828096. OLE color: 8828096.

HSL color Cylindrical-coordinate representation of color #C0B486: hue angle of 47.59º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0B486 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 180 134 -
CMYK 0 0.06 0.30 0.25
HSL 47.59º 0.32% 0.64% -
HSV(B) 47.59º 0.3% 0.75% -
XYZ 42.36 45.57 29.12 -
YUV 178.34 102.98 137.74 -
System Red Green Blue C M Y K H S L
Decimal 192 180 134 0 0.06 0.30 0.25 47.59 0.32 0.64
Hex C0 B4 86 0 6 1E 19 30 20 40
Octal 300 264 206 0 6 36 31 60 40 100
Binary 11000000 10110100 10000110 0 110 11110 11001 110000 100000 1000000

Color Harmonies of #C0B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B486

Black with #C0B486

Text Example


Text Example

White with #C0B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B486; }

 p { color: rgb(192,180,134); }

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

background-color css

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

 a { background-color: rgb(192,180,134); }

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

border-color css

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

 span { border-color: rgb(192,180,134); }

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