Html Css Color HEX #C8B278 Ecru

📋 copy color: '#C8B278'

red 200 ◦ green 178 ◦ blue 120

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

Shades of Ecru #C8B278

Tints of Ecru #C8B278

RGB

 RED value IS 200 (78.52% from 255) = 40.16%

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

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

R = 40.16%
G = 35.74%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8B278 (or 0xC8B278) is known color: Ecru. HEX triplet: C8, B2 and 78. RGB value is (200,178,120). Sum of RGB (Red+Green+Blue) = 200+178+120=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B278 is #374D87. Grayscale: #B2B2B2. Windows color (decimal): -3624328 or 7910088. OLE color: 7910088.

HSL color Cylindrical-coordinate representation of color #C8B278: hue angle of 43.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8B278 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 178 120 -
CMYK 0 0.11 0.4 0.22
HSL 43.5º 0.42% 0.63% -
HSV(B) 43.5º 0.4% 0.78% -
XYZ 43.13 45.48 24.27 -
YUV 177.97 95.29 143.72 -
System Red Green Blue C M Y K H S L
Decimal 200 178 120 0 0.11 0.4 0.22 43.5 0.42 0.63
Hex C8 B2 78 0 B 28 16 2C 2A 3F
Octal 310 262 170 0 13 50 26 54 52 77
Binary 11001000 10110010 1111000 0 1011 101000 10110 101100 101010 111111

Color Harmonies of #C8B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B278

Black with #C8B278

Text Example


Text Example

White with #C8B278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B278; }

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

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

background-color css

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

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

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

border-color css

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

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

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