Html Css Color HEX #C3AF38 Old Gold

📋 copy color: '#C3AF38'

red 195 ◦ green 175 ◦ blue 56

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

Shades of Old Gold #C3AF38

Tints of Old Gold #C3AF38

RGB

 RED value IS 195 (76.56% from 255) = 45.77%

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

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

R = 45.77%
G = 41.08%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C3AF38 (or 0xC3AF38) is known color: Old Gold. HEX triplet: C3, AF and 38. RGB value is (195,175,56). Sum of RGB (Red+Green+Blue) = 195+175+56=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF38 is #3C50C7. Grayscale: #A7A7A7. Windows color (decimal): -3952840 or 3715011. OLE color: 3715011.

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

Color convert

RGB 195 175 56 -
CMYK 0 0.10 0.71 0.24
HSL 51.37º 0.55% 0.49% -
HSV(B) 51.37º 0.71% 0.76% -
XYZ 38.55 42.55 9.92 -
YUV 167.41 65.13 147.68 -
System Red Green Blue C M Y K H S L
Decimal 195 175 56 0 0.10 0.71 0.24 51.37 0.55 0.49
Hex C3 AF 38 0 A 47 18 33 37 31
Octal 303 257 70 0 12 107 30 63 67 61
Binary 11000011 10101111 111000 0 1010 1000111 11000 110011 110111 110001

Color Harmonies of #C3AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF38

Black with #C3AF38

Text Example


Text Example

White with #C3AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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