Html Css Color HEX #C3B735 Old Gold

📋 copy color: '#C3B735'

red 195 ◦ green 183 ◦ blue 53

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

Shades of Old Gold #C3B735

Tints of Old Gold #C3B735

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.46%

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

R = 45.24%
G = 42.46%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3B735 (or 0xC3B735) is known color: Old Gold. HEX triplet: C3, B7 and 35. RGB value is (195,183,53). Sum of RGB (Red+Green+Blue) = 195+183+53=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B735 is #3C48CA. Grayscale: #ACACAC. Windows color (decimal): -3950795 or 3520451. OLE color: 3520451.

HSL color Cylindrical-coordinate representation of color #C3B735: hue angle of 54.93º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3B735 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 183 53 -
CMYK 0 0.06 0.73 0.24
HSL 54.93º 0.57% 0.49% -
HSV(B) 54.93º 0.73% 0.76% -
XYZ 40.08 45.73 10.08 -
YUV 171.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 195 183 53 0 0.06 0.73 0.24 54.93 0.57 0.49
Hex C3 B7 35 0 6 49 18 37 39 31
Octal 303 267 65 0 6 111 30 67 71 61
Binary 11000011 10110111 110101 0 110 1001001 11000 110111 111001 110001

Color Harmonies of #C3B735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B735

Black with #C3B735

Text Example


Text Example

White with #C3B735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B735; }

 p { color: rgb(195,183,53); }

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

background-color css

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

 a { background-color: rgb(195,183,53); }

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

border-color css

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

 span { border-color: rgb(195,183,53); }

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