Html Css Color HEX #C1B230 Old Gold

📋 copy color: '#C1B230'

red 193 ◦ green 178 ◦ blue 48

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

Shades of Old Gold #C1B230

Tints of Old Gold #C1B230

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.48%

 BLUE value IS 48 (19.14% from 255) = 11.46%

R = 46.06%
G = 42.48%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C1B230 (or 0xC1B230) is known color: Old Gold. HEX triplet: C1, B2 and 30. RGB value is (193,178,48). Sum of RGB (Red+Green+Blue) = 193+178+48=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 178 (69.92% from 255 or 42.48% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B230 is #3E4DCF. Grayscale: #A8A8A8. Windows color (decimal): -4083152 or 3191489. OLE color: 3191489.

HSL color Cylindrical-coordinate representation of color #C1B230: hue angle of 53.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1B230 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 178 48 -
CMYK 0 0.08 0.75 0.24
HSL 53.79º 0.6% 0.47% -
HSV(B) 53.79º 0.75% 0.76% -
XYZ 38.45 43.39 9.15 -
YUV 167.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 193 178 48 0 0.08 0.75 0.24 53.79 0.6 0.47
Hex C1 B2 30 0 8 4B 18 36 3C 2F
Octal 301 262 60 0 10 113 30 66 74 57
Binary 11000001 10110010 110000 0 1000 1001011 11000 110110 111100 101111

Color Harmonies of #C1B230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B230

Black with #C1B230

Text Example


Text Example

White with #C1B230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B230; }

 p { color: rgb(193,178,48); }

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

background-color css

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

 a { background-color: rgb(193,178,48); }

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

border-color css

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

 span { border-color: rgb(193,178,48); }

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