Html Css Color HEX #C3B741 Old Gold

📋 copy color: '#C3B741'

red 195 ◦ green 183 ◦ blue 65

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

Shades of Old Gold #C3B741

Tints of Old Gold #C3B741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.67%

R = 44.02%
G = 41.31%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3B741 (or 0xC3B741) is known color: Old Gold. HEX triplet: C3, B7 and 41. RGB value is (195,183,65). Sum of RGB (Red+Green+Blue) = 195+183+65=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 183 (71.88% from 255 or 41.31% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B741 is #3C48BE. Grayscale: #ADADAD. Windows color (decimal): -3950783 or 4306883. OLE color: 4306883.

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

Color convert

RGB 195 183 65 -
CMYK 0 0.06 0.67 0.24
HSL 54.46º 0.52% 0.51% -
HSV(B) 54.46º 0.67% 0.76% -
XYZ 40.39 45.85 11.72 -
YUV 173.14 66.98 143.59 -
System Red Green Blue C M Y K H S L
Decimal 195 183 65 0 0.06 0.67 0.24 54.46 0.52 0.51
Hex C3 B7 41 0 6 43 18 36 34 33
Octal 303 267 101 0 6 103 30 66 64 63
Binary 11000011 10110111 1000001 0 110 1000011 11000 110110 110100 110011

Color Harmonies of #C3B741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B741

Black with #C3B741

Text Example


Text Example

White with #C3B741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B741; }

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

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

background-color css

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

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

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

border-color css

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

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

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