Html Css Color HEX #C5B078 Ecru

📋 copy color: '#C5B078'

red 197 ◦ green 176 ◦ blue 120

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

Shades of Ecru #C5B078

Tints of Ecru #C5B078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 120 (47.27% from 255) = 24.34%

R = 39.96%
G = 35.7%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C5B078 (or 0xC5B078) is known color: Ecru. HEX triplet: C5, B0 and 78. RGB value is (197,176,120). Sum of RGB (Red+Green+Blue) = 197+176+120=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B078 is #3A4F87. Grayscale: #B0B0B0. Windows color (decimal): -3821448 or 7909573. OLE color: 7909573.

HSL color Cylindrical-coordinate representation of color #C5B078: hue angle of 43.64º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5B078 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 176 120 -
CMYK 0 0.11 0.39 0.23
HSL 43.64º 0.4% 0.62% -
HSV(B) 43.64º 0.39% 0.77% -
XYZ 41.94 44.28 24.11 -
YUV 175.9 96.46 143.05 -
System Red Green Blue C M Y K H S L
Decimal 197 176 120 0 0.11 0.39 0.23 43.64 0.4 0.62
Hex C5 B0 78 0 B 27 17 2C 28 3E
Octal 305 260 170 0 13 47 27 54 50 76
Binary 11000101 10110000 1111000 0 1011 100111 10111 101100 101000 111110

Color Harmonies of #C5B078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B078

Black with #C5B078

Text Example


Text Example

White with #C5B078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B078; }

 p { color: rgb(197,176,120); }

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

background-color css

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

 a { background-color: rgb(197,176,120); }

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

border-color css

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

 span { border-color: rgb(197,176,120); }

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