Html Css Color HEX #C8B380 Ecru

📋 copy color: '#C8B380'

red 200 ◦ green 179 ◦ blue 128

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

Shades of Ecru #C8B380

Tints of Ecru #C8B380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.25%

R = 39.45%
G = 35.31%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8B380 (or 0xC8B380) is known color: Ecru. HEX triplet: C8, B3 and 80. RGB value is (200,179,128). Sum of RGB (Red+Green+Blue) = 200+179+128=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8B380 is #374C7F. Grayscale: #B3B3B3. Windows color (decimal): -3624064 or 8434632. OLE color: 8434632.

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

Color convert

RGB 200 179 128 -
CMYK 0 0.10 0.36 0.22
HSL 42.5º 0.4% 0.64% -
HSV(B) 42.5º 0.36% 0.78% -
XYZ 43.84 46.08 27.01 -
YUV 179.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 200 179 128 0 0.10 0.36 0.22 42.5 0.4 0.64
Hex C8 B3 80 0 A 24 16 2A 28 40
Octal 310 263 200 0 12 44 26 52 50 100
Binary 11001000 10110011 10000000 0 1010 100100 10110 101010 101000 1000000

Color Harmonies of #C8B380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B380

Black with #C8B380

Text Example


Text Example

White with #C8B380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B380; }

 p { color: rgb(200,179,128); }

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

background-color css

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

 a { background-color: rgb(200,179,128); }

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

border-color css

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

 span { border-color: rgb(200,179,128); }

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