Html Css Color HEX #C0AF39 Old Gold

📋 copy color: '#C0AF39'

red 192 ◦ green 175 ◦ blue 57

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

Shades of Old Gold #C0AF39

Tints of Old Gold #C0AF39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.44%

R = 45.28%
G = 41.27%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0AF39 (or 0xC0AF39) is known color: Old Gold. HEX triplet: C0, AF and 39. RGB value is (192,175,57). Sum of RGB (Red+Green+Blue) = 192+175+57=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 57 (22.66% from 255 or 13.44% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF39 is #3F50C6. Grayscale: #A7A7A7. Windows color (decimal): -4149447 or 3780544. OLE color: 3780544.

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

Color convert

RGB 192 175 57 -
CMYK 0 0.09 0.70 0.25
HSL 52.44º 0.54% 0.49% -
HSV(B) 52.44º 0.7% 0.75% -
XYZ 37.81 42.16 10.02 -
YUV 166.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 192 175 57 0 0.09 0.70 0.25 52.44 0.54 0.49
Hex C0 AF 39 0 9 46 19 34 36 31
Octal 300 257 71 0 11 106 31 64 66 61
Binary 11000000 10101111 111001 0 1001 1000110 11001 110100 110110 110001

Color Harmonies of #C0AF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF39

Black with #C0AF39

Text Example


Text Example

White with #C0AF39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF39; }

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

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

background-color css

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

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

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

border-color css

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

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

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