Html Css Color HEX #C8AF7C Ecru

📋 copy color: '#C8AF7C'

red 200 ◦ green 175 ◦ blue 124

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

Shades of Ecru #C8AF7C

Tints of Ecru #C8AF7C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.07%

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

R = 40.08%
G = 35.07%
B = 24.85%

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

#C8AF7C (or 0xC8AF7C) is known color: Ecru. HEX triplet: C8, AF and 7C. RGB value is (200,175,124). Sum of RGB (Red+Green+Blue) = 200+175+124=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 124 (48.83% from 255 or 24.85% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF7C is #375083. Grayscale: #B0B0B0. Windows color (decimal): -3625092 or 8171464. OLE color: 8171464.

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

Color convert

RGB 200 175 124 -
CMYK 0 0.12 0.38 0.22
HSL 40.26º 0.41% 0.64% -
HSV(B) 40.26º 0.38% 0.78% -
XYZ 42.79 44.39 25.38 -
YUV 176.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 200 175 124 0 0.12 0.38 0.22 40.26 0.41 0.64
Hex C8 AF 7C 0 C 26 16 28 29 40
Octal 310 257 174 0 14 46 26 50 51 100
Binary 11001000 10101111 1111100 0 1100 100110 10110 101000 101001 1000000

Color Harmonies of #C8AF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF7C

Black with #C8AF7C

Text Example


Text Example

White with #C8AF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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