Html Css Color HEX #C8AF7F Ecru

📋 copy color: '#C8AF7F'

red 200 ◦ green 175 ◦ blue 127

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

Shades of Ecru #C8AF7F

Tints of Ecru #C8AF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.3%

R = 39.84%
G = 34.86%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C8AF7F (or 0xC8AF7F) is known color: Ecru. HEX triplet: C8, AF and 7F. RGB value is (200,175,127). Sum of RGB (Red+Green+Blue) = 200+175+127=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF7F is #375080. Grayscale: #B1B1B1. Windows color (decimal): -3625089 or 8368072. OLE color: 8368072.

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

Color convert

RGB 200 175 127 -
CMYK 0 0.12 0.36 0.22
HSL 39.45º 0.4% 0.64% -
HSV(B) 39.45º 0.37% 0.78% -
XYZ 42.98 44.47 26.4 -
YUV 177 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 200 175 127 0 0.12 0.36 0.22 39.45 0.4 0.64
Hex C8 AF 7F 0 C 24 16 27 28 40
Octal 310 257 177 0 14 44 26 47 50 100
Binary 11001000 10101111 1111111 0 1100 100100 10110 100111 101000 1000000

Color Harmonies of #C8AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AF7F

Black with #C8AF7F

Text Example


Text Example

White with #C8AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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