Html Css Color HEX #C1B035 Old Gold

📋 copy color: '#C1B035'

red 193 ◦ green 176 ◦ blue 53

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

Shades of Old Gold #C1B035

Tints of Old Gold #C1B035

RGB

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

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

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

R = 45.73%
G = 41.71%
B = 12.56%

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

#C1B035 (or 0xC1B035) is known color: Old Gold. HEX triplet: C1, B0 and 35. RGB value is (193,176,53). Sum of RGB (Red+Green+Blue) = 193+176+53=422 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.73% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B035 is #3E4FCA. Grayscale: #A7A7A7. Windows color (decimal): -4083659 or 3518657. OLE color: 3518657.

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

Color convert

RGB 193 176 53 -
CMYK 0 0.09 0.73 0.24
HSL 52.71º 0.57% 0.48% -
HSV(B) 52.71º 0.73% 0.76% -
XYZ 38.16 42.65 9.59 -
YUV 167.06 63.63 146.5 -
System Red Green Blue C M Y K H S L
Decimal 193 176 53 0 0.09 0.73 0.24 52.71 0.57 0.48
Hex C1 B0 35 0 9 49 18 35 39 30
Octal 301 260 65 0 11 111 30 65 71 60
Binary 11000001 10110000 110101 0 1001 1001001 11000 110101 111001 110000

Color Harmonies of #C1B035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B035

Black with #C1B035

Text Example


Text Example

White with #C1B035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B035; }

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

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

background-color css

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

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

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

border-color css

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

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

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