Html Css Color HEX #C0AF38 Old Gold

📋 copy color: '#C0AF38'

red 192 ◦ green 175 ◦ blue 56

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

Shades of Old Gold #C0AF38

Tints of Old Gold #C0AF38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.24%

R = 45.39%
G = 41.37%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0AF38 (or 0xC0AF38) is known color: Old Gold. HEX triplet: C0, AF and 38. RGB value is (192,175,56). Sum of RGB (Red+Green+Blue) = 192+175+56=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0AF38 is #3F50C7. Grayscale: #A7A7A7. Windows color (decimal): -4149448 or 3715008. OLE color: 3715008.

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

Color convert

RGB 192 175 56 -
CMYK 0 0.09 0.71 0.25
HSL 52.5º 0.55% 0.49% -
HSV(B) 52.5º 0.71% 0.75% -
XYZ 37.78 42.15 9.89 -
YUV 166.52 65.63 146.18 -
System Red Green Blue C M Y K H S L
Decimal 192 175 56 0 0.09 0.71 0.25 52.5 0.55 0.49
Hex C0 AF 38 0 9 47 19 34 37 31
Octal 300 257 70 0 11 107 31 64 67 61
Binary 11000000 10101111 111000 0 1001 1000111 11001 110100 110111 110001

Color Harmonies of #C0AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AF38

Black with #C0AF38

Text Example


Text Example

White with #C0AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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