Html Css Color HEX #C3B334 Old Gold

📋 copy color: '#C3B334'

red 195 ◦ green 179 ◦ blue 52

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

Shades of Old Gold #C3B334

Tints of Old Gold #C3B334

RGB

 RED value IS 195 (76.56% from 255) = 45.77%

 GREEN value IS 179 (70.31% from 255) = 42.02%

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 45.77%
G = 42.02%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3B334 (or 0xC3B334) is known color: Old Gold. HEX triplet: C3, B3 and 34. RGB value is (195,179,52). Sum of RGB (Red+Green+Blue) = 195+179+52=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B334 is #3C4CCB. Grayscale: #A9A9A9. Windows color (decimal): -3951820 or 3453891. OLE color: 3453891.

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

Color convert

RGB 195 179 52 -
CMYK 0 0.08 0.73 0.24
HSL 53.29º 0.58% 0.48% -
HSV(B) 53.29º 0.73% 0.76% -
XYZ 39.25 44.09 9.69 -
YUV 169.31 61.8 146.33 -
System Red Green Blue C M Y K H S L
Decimal 195 179 52 0 0.08 0.73 0.24 53.29 0.58 0.48
Hex C3 B3 34 0 8 49 18 35 3A 30
Octal 303 263 64 0 10 111 30 65 72 60
Binary 11000011 10110011 110100 0 1000 1001001 11000 110101 111010 110000

Color Harmonies of #C3B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B334

Black with #C3B334

Text Example


Text Example

White with #C3B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B334; }

 p { color: rgb(195,179,52); }

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

background-color css

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

 a { background-color: rgb(195,179,52); }

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

border-color css

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

 span { border-color: rgb(195,179,52); }

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