Html Css Color HEX #C8B07C Ecru

📋 copy color: '#C8B07C'

red 200 ◦ green 176 ◦ blue 124

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

Shades of Ecru #C8B07C

Tints of Ecru #C8B07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.8%

R = 40%
G = 35.2%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8B07C (or 0xC8B07C) is known color: Ecru. HEX triplet: C8, B0 and 7C. RGB value is (200,176,124). Sum of RGB (Red+Green+Blue) = 200+176+124=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 124 (48.83% from 255 or 24.8% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8B07C is #374F83. Grayscale: #B1B1B1. Windows color (decimal): -3624836 or 8171720. OLE color: 8171720.

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

Color convert

RGB 200 176 124 -
CMYK 0 0.12 0.38 0.22
HSL 41.05º 0.41% 0.64% -
HSV(B) 41.05º 0.38% 0.78% -
XYZ 42.98 44.79 25.45 -
YUV 177.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 200 176 124 0 0.12 0.38 0.22 41.05 0.41 0.64
Hex C8 B0 7C 0 C 26 16 29 29 40
Octal 310 260 174 0 14 46 26 51 51 100
Binary 11001000 10110000 1111100 0 1100 100110 10110 101001 101001 1000000

Color Harmonies of #C8B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B07C

Black with #C8B07C

Text Example


Text Example

White with #C8B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B07C; }

 p { color: rgb(200,176,124); }

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

background-color css

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

 a { background-color: rgb(200,176,124); }

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

border-color css

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

 span { border-color: rgb(200,176,124); }

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