Html Css Color HEX #C2B488 Ecru

📋 copy color: '#C2B488'

red 194 ◦ green 180 ◦ blue 136

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

Shades of Ecru #C2B488

Tints of Ecru #C2B488

RGB

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

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

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

R = 38.04%
G = 35.29%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#C2B488 (or 0xC2B488) is known color: Ecru. HEX triplet: C2, B4 and 88. RGB value is (194,180,136). Sum of RGB (Red+Green+Blue) = 194+180+136=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 136 (53.52% from 255 or 26.67% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B488 is #3D4B77. Grayscale: #B3B3B3. Windows color (decimal): -4017016 or 8959170. OLE color: 8959170.

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

Color convert

RGB 194 180 136 -
CMYK 0 0.07 0.30 0.24
HSL 45.52º 0.32% 0.65% -
HSV(B) 45.52º 0.3% 0.76% -
XYZ 43.01 45.89 29.88 -
YUV 179.17 103.64 138.58 -
System Red Green Blue C M Y K H S L
Decimal 194 180 136 0 0.07 0.30 0.24 45.52 0.32 0.65
Hex C2 B4 88 0 7 1E 18 2E 20 41
Octal 302 264 210 0 7 36 30 56 40 101
Binary 11000010 10110100 10001000 0 111 11110 11000 101110 100000 1000001

Color Harmonies of #C2B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B488

Black with #C2B488

Text Example


Text Example

White with #C2B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B488; }

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

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

background-color css

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

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

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

border-color css

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

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

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