Html Css Color HEX #C1B033 Old Gold

📋 copy color: '#C1B033'

red 193 ◦ green 176 ◦ blue 51

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

Shades of Old Gold #C1B033

Tints of Old Gold #C1B033

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.9%

 BLUE value IS 51 (20.31% from 255) = 12.14%

R = 45.95%
G = 41.9%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C1B033 (or 0xC1B033) is known color: Old Gold. HEX triplet: C1, B0 and 33. RGB value is (193,176,51). Sum of RGB (Red+Green+Blue) = 193+176+51=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 176 (69.14% from 255 or 41.90% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B033 is #3E4FCC. Grayscale: #A7A7A7. Windows color (decimal): -4083661 or 3387585. OLE color: 3387585.

HSL color Cylindrical-coordinate representation of color #C1B033: hue angle of 52.82º degrees, saturation: 0.58, 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 #C1B033 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 51 -
CMYK 0 0.09 0.74 0.24
HSL 52.82º 0.58% 0.48% -
HSV(B) 52.82º 0.74% 0.76% -
XYZ 38.12 42.63 9.35 -
YUV 166.83 62.63 146.66 -
System Red Green Blue C M Y K H S L
Decimal 193 176 51 0 0.09 0.74 0.24 52.82 0.58 0.48
Hex C1 B0 33 0 9 4A 18 35 3A 30
Octal 301 260 63 0 11 112 30 65 72 60
Binary 11000001 10110000 110011 0 1001 1001010 11000 110101 111010 110000

Color Harmonies of #C1B033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B033

Black with #C1B033

Text Example


Text Example

White with #C1B033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B033; }

 p { color: rgb(193,176,51); }

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

background-color css

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

 a { background-color: rgb(193,176,51); }

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

border-color css

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

 span { border-color: rgb(193,176,51); }

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