Html Css Color HEX #C1AF3D Old Gold

📋 copy color: '#C1AF3D'

red 193 ◦ green 175 ◦ blue 61

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

Shades of Old Gold #C1AF3D

Tints of Old Gold #C1AF3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.22%

R = 44.99%
G = 40.79%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1AF3D (or 0xC1AF3D) is known color: Old Gold. HEX triplet: C1, AF and 3D. RGB value is (193,175,61). Sum of RGB (Red+Green+Blue) = 193+175+61=429 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.99% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF3D is #3E50C2. Grayscale: #A7A7A7. Windows color (decimal): -4083907 or 4042689. OLE color: 4042689.

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

Color convert

RGB 193 175 61 -
CMYK 0 0.09 0.68 0.24
HSL 51.82º 0.52% 0.5% -
HSV(B) 51.82º 0.68% 0.76% -
XYZ 38.16 42.33 10.57 -
YUV 167.39 67.96 146.27 -
System Red Green Blue C M Y K H S L
Decimal 193 175 61 0 0.09 0.68 0.24 51.82 0.52 0.5
Hex C1 AF 3D 0 9 44 18 34 34 32
Octal 301 257 75 0 11 104 30 64 64 62
Binary 11000001 10101111 111101 0 1001 1000100 11000 110100 110100 110010

Color Harmonies of #C1AF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AF3D

Black with #C1AF3D

Text Example


Text Example

White with #C1AF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AF3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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