Html Css Color HEX #C0B389 Ecru

📋 copy color: '#C0B389'

red 192 ◦ green 179 ◦ blue 137

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

Shades of Ecru #C0B389

Tints of Ecru #C0B389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 26.97%

R = 37.8%
G = 35.24%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0B389 (or 0xC0B389) is known color: Ecru. HEX triplet: C0, B3 and 89. RGB value is (192,179,137). Sum of RGB (Red+Green+Blue) = 192+179+137=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B389 is #3F4C76. Grayscale: #B2B2B2. Windows color (decimal): -4148343 or 9024448. OLE color: 9024448.

HSL color Cylindrical-coordinate representation of color #C0B389: hue angle of 45.82º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0B389 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 179 137 -
CMYK 0 0.07 0.29 0.25
HSL 45.82º 0.3% 0.65% -
HSV(B) 45.82º 0.29% 0.75% -
XYZ 42.37 45.25 30.17 -
YUV 178.1 104.81 137.92 -
System Red Green Blue C M Y K H S L
Decimal 192 179 137 0 0.07 0.29 0.25 45.82 0.3 0.65
Hex C0 B3 89 0 7 1D 19 2E 1E 41
Octal 300 263 211 0 7 35 31 56 36 101
Binary 11000000 10110011 10001001 0 111 11101 11001 101110 11110 1000001

Color Harmonies of #C0B389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B389

Black with #C0B389

Text Example


Text Example

White with #C0B389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B389; }

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

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

background-color css

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

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

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

border-color css

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

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

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