Html Css Color HEX #C1B435 Old Gold

📋 copy color: '#C1B435'

red 193 ◦ green 180 ◦ blue 53

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

Shades of Old Gold #C1B435

Tints of Old Gold #C1B435

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.25%

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

R = 45.31%
G = 42.25%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C1B435 (or 0xC1B435) is known color: Old Gold. HEX triplet: C1, B4 and 35. RGB value is (193,180,53). Sum of RGB (Red+Green+Blue) = 193+180+53=426 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.31% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B435 is #3E4BCA. Grayscale: #A9A9A9. Windows color (decimal): -4082635 or 3519681. OLE color: 3519681.

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

Color convert

RGB 193 180 53 -
CMYK 0 0.07 0.73 0.24
HSL 54.43º 0.57% 0.48% -
HSV(B) 54.43º 0.73% 0.76% -
XYZ 38.96 44.24 9.85 -
YUV 169.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 193 180 53 0 0.07 0.73 0.24 54.43 0.57 0.48
Hex C1 B4 35 0 7 49 18 36 39 30
Octal 301 264 65 0 7 111 30 66 71 60
Binary 11000001 10110100 110101 0 111 1001001 11000 110110 111001 110000

Color Harmonies of #C1B435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B435

Black with #C1B435

Text Example


Text Example

White with #C1B435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B435; }

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

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

background-color css

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

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

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

border-color css

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

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

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