Html Css Color HEX #C3BD3C Old Gold

📋 copy color: '#C3BD3C'

red 195 ◦ green 189 ◦ blue 60

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

Shades of Old Gold #C3BD3C

Tints of Old Gold #C3BD3C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.57%

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 43.92%
G = 42.57%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C3BD3C (or 0xC3BD3C) is known color: Old Gold. HEX triplet: C3, BD and 3C. RGB value is (195,189,60). Sum of RGB (Red+Green+Blue) = 195+189+60=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BD3C is #3C42C3. Grayscale: #B0B0B0. Windows color (decimal): -3949252 or 3980739. OLE color: 3980739.

HSL color Cylindrical-coordinate representation of color #C3BD3C: hue angle of 57.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3BD3C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 60 -
CMYK 0 0.03 0.69 0.24
HSL 57.33º 0.53% 0.5% -
HSV(B) 57.33º 0.69% 0.76% -
XYZ 41.52 48.32 11.41 -
YUV 176.09 62.49 141.49 -
System Red Green Blue C M Y K H S L
Decimal 195 189 60 0 0.03 0.69 0.24 57.33 0.53 0.5
Hex C3 BD 3C 0 3 45 18 39 35 32
Octal 303 275 74 0 3 105 30 71 65 62
Binary 11000011 10111101 111100 0 11 1000101 11000 111001 110101 110010

Color Harmonies of #C3BD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BD3C

Black with #C3BD3C

Text Example


Text Example

White with #C3BD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BD3C; }

 p { color: rgb(195,189,60); }

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

background-color css

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

 a { background-color: rgb(195,189,60); }

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

border-color css

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

 span { border-color: rgb(195,189,60); }

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