Html Css Color HEX #C5B274 Ecru

📋 copy color: '#C5B274'

red 197 ◦ green 178 ◦ blue 116

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

Shades of Ecru #C5B274

Tints of Ecru #C5B274

RGB

 RED value IS 197 (77.34% from 255) = 40.12%

 GREEN value IS 178 (69.92% from 255) = 36.25%

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 40.12%
G = 36.25%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C5B274 (or 0xC5B274) is known color: Ecru. HEX triplet: C5, B2 and 74. RGB value is (197,178,116). Sum of RGB (Red+Green+Blue) = 197+178+116=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B274 is #3A4D8B. Grayscale: #B0B0B0. Windows color (decimal): -3820940 or 7647941. OLE color: 7647941.

HSL color Cylindrical-coordinate representation of color #C5B274: hue angle of 45.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C5B274 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 178 116 -
CMYK 0 0.10 0.41 0.23
HSL 45.93º 0.41% 0.61% -
HSV(B) 45.93º 0.41% 0.77% -
XYZ 42.1 44.97 22.98 -
YUV 176.61 93.79 142.54 -
System Red Green Blue C M Y K H S L
Decimal 197 178 116 0 0.10 0.41 0.23 45.93 0.41 0.61
Hex C5 B2 74 0 A 29 17 2E 29 3D
Octal 305 262 164 0 12 51 27 56 51 75
Binary 11000101 10110010 1110100 0 1010 101001 10111 101110 101001 111101

Color Harmonies of #C5B274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B274

Black with #C5B274

Text Example


Text Example

White with #C5B274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B274; }

 p { color: rgb(197,178,116); }

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

background-color css

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

 a { background-color: rgb(197,178,116); }

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

border-color css

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

 span { border-color: rgb(197,178,116); }

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