Html Css Color HEX #C1B932 Old Gold

📋 copy color: '#C1B932'

red 193 ◦ green 185 ◦ blue 50

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

Shades of Old Gold #C1B932

Tints of Old Gold #C1B932

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

 BLUE value IS 50 (19.92% from 255) = 11.68%

R = 45.09%
G = 43.22%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C1B932 (or 0xC1B932) is known color: Old Gold. HEX triplet: C1, B9 and 32. RGB value is (193,185,50). Sum of RGB (Red+Green+Blue) = 193+185+50=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B932 is #3E46CD. Grayscale: #ACACAC. Windows color (decimal): -4081358 or 3324353. OLE color: 3324353.

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

Color convert

RGB 193 185 50 -
CMYK 0 0.04 0.74 0.24
HSL 56.64º 0.59% 0.48% -
HSV(B) 56.64º 0.74% 0.76% -
XYZ 39.92 46.27 9.84 -
YUV 172 59.15 142.98 -
System Red Green Blue C M Y K H S L
Decimal 193 185 50 0 0.04 0.74 0.24 56.64 0.59 0.48
Hex C1 B9 32 0 4 4A 18 39 3B 30
Octal 301 271 62 0 4 112 30 71 73 60
Binary 11000001 10111001 110010 0 100 1001010 11000 111001 111011 110000

Color Harmonies of #C1B932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B932

Black with #C1B932

Text Example


Text Example

White with #C1B932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B932; }

 p { color: rgb(193,185,50); }

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

background-color css

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

 a { background-color: rgb(193,185,50); }

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

border-color css

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

 span { border-color: rgb(193,185,50); }

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