Html Css Color HEX #C2B388 Ecru

📋 copy color: '#C2B388'

red 194 ◦ green 179 ◦ blue 136

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

Shades of Ecru #C2B388

Tints of Ecru #C2B388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.72%

R = 38.11%
G = 35.17%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2B388 (or 0xC2B388) is known color: Ecru. HEX triplet: C2, B3 and 88. RGB value is (194,179,136). Sum of RGB (Red+Green+Blue) = 194+179+136=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B388 is #3D4C77. Grayscale: #B2B2B2. Windows color (decimal): -4017272 or 8958914. OLE color: 8958914.

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

Color convert

RGB 194 179 136 -
CMYK 0 0.08 0.30 0.24
HSL 44.48º 0.32% 0.65% -
HSV(B) 44.48º 0.3% 0.76% -
XYZ 42.81 45.49 29.82 -
YUV 178.58 103.97 139 -
System Red Green Blue C M Y K H S L
Decimal 194 179 136 0 0.08 0.30 0.24 44.48 0.32 0.65
Hex C2 B3 88 0 8 1E 18 2C 20 41
Octal 302 263 210 0 10 36 30 54 40 101
Binary 11000010 10110011 10001000 0 1000 11110 11000 101100 100000 1000001

Color Harmonies of #C2B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B388

Black with #C2B388

Text Example


Text Example

White with #C2B388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B388; }

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

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

background-color css

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

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

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

border-color css

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

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

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