Html Css Color HEX #C1B172 Ecru

📋 copy color: '#C1B172'

red 193 ◦ green 177 ◦ blue 114

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

Shades of Ecru #C1B172

Tints of Ecru #C1B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.57%

 BLUE value IS 114 (44.92% from 255) = 23.55%

R = 39.88%
G = 36.57%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C1B172 (or 0xC1B172) is known color: Ecru. HEX triplet: C1, B1 and 72. RGB value is (193,177,114). Sum of RGB (Red+Green+Blue) = 193+177+114=484 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.88% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B172 is #3E4E8D. Grayscale: #AEAEAE. Windows color (decimal): -4083342 or 7516609. OLE color: 7516609.

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

Color convert

RGB 193 177 114 -
CMYK 0 0.08 0.41 0.24
HSL 47.85º 0.39% 0.6% -
HSV(B) 47.85º 0.41% 0.76% -
XYZ 40.75 44 22.26 -
YUV 174.6 93.8 141.12 -
System Red Green Blue C M Y K H S L
Decimal 193 177 114 0 0.08 0.41 0.24 47.85 0.39 0.6
Hex C1 B1 72 0 8 29 18 30 27 3C
Octal 301 261 162 0 10 51 30 60 47 74
Binary 11000001 10110001 1110010 0 1000 101001 11000 110000 100111 111100

Color Harmonies of #C1B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B172

Black with #C1B172

Text Example


Text Example

White with #C1B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B172; }

 p { color: rgb(193,177,114); }

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

background-color css

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

 a { background-color: rgb(193,177,114); }

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

border-color css

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

 span { border-color: rgb(193,177,114); }

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