Html Css Color HEX #C0AF73 Ecru

📋 copy color: '#C0AF73'

red 192 ◦ green 175 ◦ blue 115

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

Shades of Ecru #C0AF73

Tints of Ecru #C0AF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 39.83%
G = 36.31%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C0AF73 (or 0xC0AF73) is known color: Ecru. HEX triplet: C0, AF and 73. RGB value is (192,175,115). Sum of RGB (Red+Green+Blue) = 192+175+115=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 175 (68.75% from 255 or 36.31% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF73 is #3F508C. Grayscale: #ADADAD. Windows color (decimal): -4149389 or 7581632. OLE color: 7581632.

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

Color convert

RGB 192 175 115 -
CMYK 0 0.09 0.40 0.25
HSL 46.75º 0.38% 0.6% -
HSV(B) 46.75º 0.4% 0.75% -
XYZ 40.16 43.1 22.42 -
YUV 173.24 95.13 141.38 -
System Red Green Blue C M Y K H S L
Decimal 192 175 115 0 0.09 0.40 0.25 46.75 0.38 0.6
Hex C0 AF 73 0 9 28 19 2F 26 3C
Octal 300 257 163 0 11 50 31 57 46 74
Binary 11000000 10101111 1110011 0 1001 101000 11001 101111 100110 111100

Color Harmonies of #C0AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF73

Black with #C0AF73

Text Example


Text Example

White with #C0AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF73; }

 p { color: rgb(192,175,115); }

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

background-color css

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

 a { background-color: rgb(192,175,115); }

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

border-color css

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

 span { border-color: rgb(192,175,115); }

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