Html Css Color HEX #C1AF35 Old Gold

📋 copy color: '#C1AF35'

red 193 ◦ green 175 ◦ blue 53

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

Shades of Old Gold #C1AF35

Tints of Old Gold #C1AF35

RGB

 RED value IS 193 (75.78% from 255) = 45.84%

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

 BLUE value IS 53 (21.09% from 255) = 12.59%

R = 45.84%
G = 41.57%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1AF35 (or 0xC1AF35) is known color: Old Gold. HEX triplet: C1, AF and 35. RGB value is (193,175,53). Sum of RGB (Red+Green+Blue) = 193+175+53=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 53 (21.09% from 255 or 12.59% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF35 is #3E50CA. Grayscale: #A6A6A6. Windows color (decimal): -4083915 or 3518401. OLE color: 3518401.

HSL color Cylindrical-coordinate representation of color #C1AF35: hue angle of 52.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1AF35 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 175 53 -
CMYK 0 0.09 0.73 0.24
HSL 52.29º 0.57% 0.48% -
HSV(B) 52.29º 0.73% 0.76% -
XYZ 37.96 42.25 9.52 -
YUV 166.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 193 175 53 0 0.09 0.73 0.24 52.29 0.57 0.48
Hex C1 AF 35 0 9 49 18 34 39 30
Octal 301 257 65 0 11 111 30 64 71 60
Binary 11000001 10101111 110101 0 1001 1001001 11000 110100 111001 110000

Color Harmonies of #C1AF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF35

Black with #C1AF35

Text Example


Text Example

White with #C1AF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF35; }

 p { color: rgb(193,175,53); }

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

background-color css

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

 a { background-color: rgb(193,175,53); }

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

border-color css

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

 span { border-color: rgb(193,175,53); }

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