Html Css Color HEX #C8B47D Ecru

📋 copy color: '#C8B47D'

red 200 ◦ green 180 ◦ blue 125

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

Shades of Ecru #C8B47D

Tints of Ecru #C8B47D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.64%

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 39.6%
G = 35.64%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8B47D (or 0xC8B47D) is known color: Ecru. HEX triplet: C8, B4 and 7D. RGB value is (200,180,125). Sum of RGB (Red+Green+Blue) = 200+180+125=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B47D is #374B82. Grayscale: #B3B3B3. Windows color (decimal): -3623811 or 8238280. OLE color: 8238280.

HSL color Cylindrical-coordinate representation of color #C8B47D: hue angle of 44º 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 #C8B47D is Cyan = 0, Magento = 0.1, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 180 125 -
CMYK 0 0.1 0.38 0.22
HSL 44º 0.41% 0.64% -
HSV(B) 44º 0.38% 0.78% -
XYZ 43.84 46.4 26.05 -
YUV 179.71 97.13 142.47 -
System Red Green Blue C M Y K H S L
Decimal 200 180 125 0 0.1 0.38 0.22 44 0.41 0.64
Hex C8 B4 7D 0 A 26 16 2C 29 40
Octal 310 264 175 0 12 46 26 54 51 100
Binary 11001000 10110100 1111101 0 1010 100110 10110 101100 101001 1000000

Color Harmonies of #C8B47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B47D

Black with #C8B47D

Text Example


Text Example

White with #C8B47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B47D; }

 p { color: rgb(200,180,125); }

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

background-color css

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

 a { background-color: rgb(200,180,125); }

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

border-color css

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

 span { border-color: rgb(200,180,125); }

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