Html Css Color HEX #C3B737 Old Gold

📋 copy color: '#C3B737'

red 195 ◦ green 183 ◦ blue 55

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

Shades of Old Gold #C3B737

Tints of Old Gold #C3B737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.7%

R = 45.03%
G = 42.26%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C3B737 (or 0xC3B737) is known color: Old Gold. HEX triplet: C3, B7 and 37. RGB value is (195,183,55). Sum of RGB (Red+Green+Blue) = 195+183+55=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B737 is #3C48C8. Grayscale: #ACACAC. Windows color (decimal): -3950793 or 3651523. OLE color: 3651523.

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

Color convert

RGB 195 183 55 -
CMYK 0 0.06 0.72 0.24
HSL 54.86º 0.56% 0.49% -
HSV(B) 54.86º 0.72% 0.76% -
XYZ 40.13 45.74 10.33 -
YUV 172 61.98 144.41 -
System Red Green Blue C M Y K H S L
Decimal 195 183 55 0 0.06 0.72 0.24 54.86 0.56 0.49
Hex C3 B7 37 0 6 48 18 37 38 31
Octal 303 267 67 0 6 110 30 67 70 61
Binary 11000011 10110111 110111 0 110 1001000 11000 110111 111000 110001

Color Harmonies of #C3B737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B737

Black with #C3B737

Text Example


Text Example

White with #C3B737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B737; }

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

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

background-color css

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

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

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

border-color css

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

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

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