Html Css Color HEX #C1B488 Ecru

📋 copy color: '#C1B488'

red 193 ◦ green 180 ◦ blue 136

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

Shades of Ecru #C1B488

Tints of Ecru #C1B488

RGB

 RED value IS 193 (75.78% from 255) = 37.92%

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

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

R = 37.92%
G = 35.36%
B = 26.72%

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

#C1B488 (or 0xC1B488) is known color: Ecru. HEX triplet: C1, B4 and 88. RGB value is (193,180,136). Sum of RGB (Red+Green+Blue) = 193+180+136=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 180 (70.70% from 255 or 35.36% from 509); Blue value is 136 (53.52% from 255 or 26.72% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B488 is #3E4B77. Grayscale: #B3B3B3. Windows color (decimal): -4082552 or 8959169. OLE color: 8959169.

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

Color convert

RGB 193 180 136 -
CMYK 0 0.07 0.30 0.24
HSL 46.32º 0.31% 0.65% -
HSV(B) 46.32º 0.3% 0.76% -
XYZ 42.76 45.76 29.87 -
YUV 178.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 193 180 136 0 0.07 0.30 0.24 46.32 0.31 0.65
Hex C1 B4 88 0 7 1E 18 2E 1F 41
Octal 301 264 210 0 7 36 30 56 37 101
Binary 11000001 10110100 10001000 0 111 11110 11000 101110 11111 1000001

Color Harmonies of #C1B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B488

Black with #C1B488

Text Example


Text Example

White with #C1B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B488; }

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

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

background-color css

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

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

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

border-color css

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

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

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