Html Css Color HEX #C4B278 Ecru

📋 copy color: '#C4B278'

red 196 ◦ green 178 ◦ blue 120

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

Shades of Ecru #C4B278

Tints of Ecru #C4B278

RGB

 RED value IS 196 (76.95% from 255) = 39.68%

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

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

R = 39.68%
G = 36.03%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#C4B278 (or 0xC4B278) is known color: Ecru. HEX triplet: C4, B2 and 78. RGB value is (196,178,120). Sum of RGB (Red+Green+Blue) = 196+178+120=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 120 (47.27% from 255 or 24.29% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B278 is #3B4D87. Grayscale: #B1B1B1. Windows color (decimal): -3886472 or 7910084. OLE color: 7910084.

HSL color Cylindrical-coordinate representation of color #C4B278: hue angle of 45.79º degrees, saturation: 0.39, 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 #C4B278 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 178 120 -
CMYK 0 0.09 0.39 0.23
HSL 45.79º 0.39% 0.62% -
HSV(B) 45.79º 0.39% 0.77% -
XYZ 42.08 44.93 24.22 -
YUV 176.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 196 178 120 0 0.09 0.39 0.23 45.79 0.39 0.62
Hex C4 B2 78 0 9 27 17 2E 27 3E
Octal 304 262 170 0 11 47 27 56 47 76
Binary 11000100 10110010 1111000 0 1001 100111 10111 101110 100111 111110

Color Harmonies of #C4B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B278

Black with #C4B278

Text Example


Text Example

White with #C4B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B278; }

 p { color: rgb(196,178,120); }

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

background-color css

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

 a { background-color: rgb(196,178,120); }

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

border-color css

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

 span { border-color: rgb(196,178,120); }

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