Html Css Color HEX #C1B48B Ecru

📋 copy color: '#C1B48B'

red 193 ◦ green 180 ◦ blue 139

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

Shades of Ecru #C1B48B

Tints of Ecru #C1B48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 37.7%
G = 35.16%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1B48B (or 0xC1B48B) is known color: Ecru. HEX triplet: C1, B4 and 8B. RGB value is (193,180,139). Sum of RGB (Red+Green+Blue) = 193+180+139=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B48B is #3E4B74. Grayscale: #B3B3B3. Windows color (decimal): -4082549 or 9155777. OLE color: 9155777.

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

Color convert

RGB 193 180 139 -
CMYK 0 0.07 0.28 0.24
HSL 45.56º 0.3% 0.65% -
HSV(B) 45.56º 0.28% 0.76% -
XYZ 42.97 45.84 31.01 -
YUV 179.21 105.31 137.83 -
System Red Green Blue C M Y K H S L
Decimal 193 180 139 0 0.07 0.28 0.24 45.56 0.3 0.65
Hex C1 B4 8B 0 7 1C 18 2E 1E 41
Octal 301 264 213 0 7 34 30 56 36 101
Binary 11000001 10110100 10001011 0 111 11100 11000 101110 11110 1000001

Color Harmonies of #C1B48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B48B

Black with #C1B48B

Text Example


Text Example

White with #C1B48B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B48B; }

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

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

background-color css

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

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

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

border-color css

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

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

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