Html Css Color HEX #C2AF35 Old Gold

📋 copy color: '#C2AF35'

red 194 ◦ green 175 ◦ blue 53

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

Shades of Old Gold #C2AF35

Tints of Old Gold #C2AF35

RGB

 RED value IS 194 (76.17% from 255) = 45.97%

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

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

R = 45.97%
G = 41.47%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C2AF35 (or 0xC2AF35) is known color: Old Gold. HEX triplet: C2, AF and 35. RGB value is (194,175,53). Sum of RGB (Red+Green+Blue) = 194+175+53=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF35 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF35 is #3D50CA. Grayscale: #A7A7A7. Windows color (decimal): -4018379 or 3518402. OLE color: 3518402.

HSL color Cylindrical-coordinate representation of color #C2AF35: hue angle of 51.91º 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 #C2AF35 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 175 53 -
CMYK 0 0.10 0.73 0.24
HSL 51.91º 0.57% 0.48% -
HSV(B) 51.91º 0.73% 0.76% -
XYZ 38.22 42.39 9.54 -
YUV 166.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 194 175 53 0 0.10 0.73 0.24 51.91 0.57 0.48
Hex C2 AF 35 0 A 49 18 34 39 30
Octal 302 257 65 0 12 111 30 64 71 60
Binary 11000010 10101111 110101 0 1010 1001001 11000 110100 111001 110000

Color Harmonies of #C2AF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF35

Black with #C2AF35

Text Example


Text Example

White with #C2AF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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