Html Css Color HEX #C2B373 Ecru

📋 copy color: '#C2B373'

red 194 ◦ green 179 ◦ blue 115

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

Shades of Ecru #C2B373

Tints of Ecru #C2B373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.57%

R = 39.75%
G = 36.68%
B = 23.57%

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

#C2B373 (or 0xC2B373) is known color: Ecru. HEX triplet: C2, B3 and 73. RGB value is (194,179,115). Sum of RGB (Red+Green+Blue) = 194+179+115=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 179 (70.31% from 255 or 36.68% from 488); Blue value is 115 (45.31% from 255 or 23.57% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B373 is #3D4C8C. Grayscale: #B0B0B0. Windows color (decimal): -4017293 or 7582658. OLE color: 7582658.

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

Color convert

RGB 194 179 115 -
CMYK 0 0.08 0.41 0.24
HSL 48.61º 0.39% 0.61% -
HSV(B) 48.61º 0.41% 0.76% -
XYZ 41.46 44.95 22.71 -
YUV 176.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 194 179 115 0 0.08 0.41 0.24 48.61 0.39 0.61
Hex C2 B3 73 0 8 29 18 31 27 3D
Octal 302 263 163 0 10 51 30 61 47 75
Binary 11000010 10110011 1110011 0 1000 101001 11000 110001 100111 111101

Color Harmonies of #C2B373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B373

Black with #C2B373

Text Example


Text Example

White with #C2B373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B373; }

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

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

background-color css

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

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

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

border-color css

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

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

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