Html Css Color HEX #C0B286 Ecru

📋 copy color: '#C0B286'

red 192 ◦ green 178 ◦ blue 134

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

Shades of Ecru #C0B286

Tints of Ecru #C0B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.32%

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

R = 38.1%
G = 35.32%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#C0B286 (or 0xC0B286) is known color: Ecru. HEX triplet: C0, B2 and 86. RGB value is (192,178,134). Sum of RGB (Red+Green+Blue) = 192+178+134=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 134 (52.73% from 255 or 26.59% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B286 is #3F4D79. Grayscale: #B1B1B1. Windows color (decimal): -4148602 or 8827584. OLE color: 8827584.

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

Color convert

RGB 192 178 134 -
CMYK 0 0.07 0.30 0.25
HSL 45.52º 0.32% 0.64% -
HSV(B) 45.52º 0.3% 0.75% -
XYZ 41.96 44.77 28.98 -
YUV 177.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 192 178 134 0 0.07 0.30 0.25 45.52 0.32 0.64
Hex C0 B2 86 0 7 1E 19 2E 20 40
Octal 300 262 206 0 7 36 31 56 40 100
Binary 11000000 10110010 10000110 0 111 11110 11001 101110 100000 1000000

Color Harmonies of #C0B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B286

Black with #C0B286

Text Example


Text Example

White with #C0B286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B286; }

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

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

background-color css

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

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

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

border-color css

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

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

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