Html Css Color HEX #C2B389 Ecru

📋 copy color: '#C2B389'

red 194 ◦ green 179 ◦ blue 137

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

Shades of Ecru #C2B389

Tints of Ecru #C2B389

RGB

 RED value IS 194 (76.17% from 255) = 38.04%

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

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

R = 38.04%
G = 35.1%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2B389 (or 0xC2B389) is known color: Ecru. HEX triplet: C2, B3 and 89. RGB value is (194,179,137). Sum of RGB (Red+Green+Blue) = 194+179+137=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 137 (53.91% from 255 or 26.86% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B389 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B389 is #3D4C76. Grayscale: #B2B2B2. Windows color (decimal): -4017271 or 9024450. OLE color: 9024450.

HSL color Cylindrical-coordinate representation of color #C2B389: hue angle of 44.21º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B389 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 179 137 -
CMYK 0 0.08 0.29 0.24
HSL 44.21º 0.32% 0.65% -
HSV(B) 44.21º 0.29% 0.76% -
XYZ 42.88 45.52 30.19 -
YUV 178.7 104.47 138.92 -
System Red Green Blue C M Y K H S L
Decimal 194 179 137 0 0.08 0.29 0.24 44.21 0.32 0.65
Hex C2 B3 89 0 8 1D 18 2C 20 41
Octal 302 263 211 0 10 35 30 54 40 101
Binary 11000010 10110011 10001001 0 1000 11101 11000 101100 100000 1000001

Color Harmonies of #C2B389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B389

Black with #C2B389

Text Example


Text Example

White with #C2B389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B389; }

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

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

background-color css

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

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

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

border-color css

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

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

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