Html Css Color HEX #C1B433 Old Gold

📋 copy color: '#C1B433'

red 193 ◦ green 180 ◦ blue 51

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

Shades of Old Gold #C1B433

Tints of Old Gold #C1B433

RGB

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

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

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

R = 45.52%
G = 42.45%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C1B433 (or 0xC1B433) is known color: Old Gold. HEX triplet: C1, B4 and 33. RGB value is (193,180,51). Sum of RGB (Red+Green+Blue) = 193+180+51=424 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.52% from 424); Green value is 180 (70.70% from 255 or 42.45% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B433 is #3E4BCC. Grayscale: #A9A9A9. Windows color (decimal): -4082637 or 3388609. OLE color: 3388609.

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

Color convert

RGB 193 180 51 -
CMYK 0 0.07 0.74 0.24
HSL 54.51º 0.58% 0.48% -
HSV(B) 54.51º 0.74% 0.76% -
XYZ 38.91 44.22 9.62 -
YUV 169.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 193 180 51 0 0.07 0.74 0.24 54.51 0.58 0.48
Hex C1 B4 33 0 7 4A 18 37 3A 30
Octal 301 264 63 0 7 112 30 67 72 60
Binary 11000001 10110100 110011 0 111 1001010 11000 110111 111010 110000

Color Harmonies of #C1B433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B433

Black with #C1B433

Text Example


Text Example

White with #C1B433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B433; }

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

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

background-color css

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

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

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

border-color css

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

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

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