Html Css Color HEX #C0AE7F Ecru

📋 copy color: '#C0AE7F'

red 192 ◦ green 174 ◦ blue 127

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

Shades of Ecru #C0AE7F

Tints of Ecru #C0AE7F

RGB

 RED value IS 192 (75.39% from 255) = 38.95%

 GREEN value IS 174 (68.36% from 255) = 35.29%

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

R = 38.95%
G = 35.29%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0AE7F (or 0xC0AE7F) is known color: Ecru. HEX triplet: C0, AE and 7F. RGB value is (192,174,127). Sum of RGB (Red+Green+Blue) = 192+174+127=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 174 (68.36% from 255 or 35.29% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE7F is #3F5180. Grayscale: #AEAEAE. Windows color (decimal): -4149633 or 8367808. OLE color: 8367808.

HSL color Cylindrical-coordinate representation of color #C0AE7F: hue angle of 43.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0AE7F is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 174 127 -
CMYK 0 0.09 0.34 0.25
HSL 43.38º 0.34% 0.63% -
HSV(B) 43.38º 0.34% 0.75% -
XYZ 40.71 43.01 26.24 -
YUV 174.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 192 174 127 0 0.09 0.34 0.25 43.38 0.34 0.63
Hex C0 AE 7F 0 9 22 19 2B 22 3F
Octal 300 256 177 0 11 42 31 53 42 77
Binary 11000000 10101110 1111111 0 1001 100010 11001 101011 100010 111111

Color Harmonies of #C0AE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AE7F

Black with #C0AE7F

Text Example


Text Example

White with #C0AE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AE7F; }

 p { color: rgb(192,174,127); }

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

background-color css

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

 a { background-color: rgb(192,174,127); }

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

border-color css

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

 span { border-color: rgb(192,174,127); }

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