Html Css Color HEX #C0AF74 Ecru

📋 copy color: '#C0AF74'

red 192 ◦ green 175 ◦ blue 116

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

Shades of Ecru #C0AF74

Tints of Ecru #C0AF74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.02%

R = 39.75%
G = 36.23%
B = 24.02%

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

#C0AF74 (or 0xC0AF74) is known color: Ecru. HEX triplet: C0, AF and 74. RGB value is (192,175,116). Sum of RGB (Red+Green+Blue) = 192+175+116=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 175 (68.75% from 255 or 36.23% from 483); Blue value is 116 (45.70% from 255 or 24.02% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AF74 is #3F508B. Grayscale: #ADADAD. Windows color (decimal): -4149388 or 7647168. OLE color: 7647168.

HSL color Cylindrical-coordinate representation of color #C0AF74: hue angle of 46.58º 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 #C0AF74 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 175 116 -
CMYK 0 0.09 0.40 0.25
HSL 46.58º 0.38% 0.6% -
HSV(B) 46.58º 0.4% 0.75% -
XYZ 40.22 43.13 22.73 -
YUV 173.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 192 175 116 0 0.09 0.40 0.25 46.58 0.38 0.6
Hex C0 AF 74 0 9 28 19 2F 26 3C
Octal 300 257 164 0 11 50 31 57 46 74
Binary 11000000 10101111 1110100 0 1001 101000 11001 101111 100110 111100

Color Harmonies of #C0AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF74

Black with #C0AF74

Text Example


Text Example

White with #C0AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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