Html Css Color HEX #C3B732 Old Gold

📋 copy color: '#C3B732'

red 195 ◦ green 183 ◦ blue 50

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

Shades of Old Gold #C3B732

Tints of Old Gold #C3B732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.68%

R = 45.56%
G = 42.76%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C3B732 (or 0xC3B732) is known color: Old Gold. HEX triplet: C3, B7 and 32. RGB value is (195,183,50). Sum of RGB (Red+Green+Blue) = 195+183+50=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 50 (19.92% from 255 or 11.68% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B732 is #3C48CD. Grayscale: #ABABAB. Windows color (decimal): -3950798 or 3323843. OLE color: 3323843.

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

Color convert

RGB 195 183 50 -
CMYK 0 0.06 0.74 0.24
HSL 55.03º 0.59% 0.48% -
HSV(B) 55.03º 0.74% 0.76% -
XYZ 40.01 45.7 9.73 -
YUV 171.43 59.48 144.81 -
System Red Green Blue C M Y K H S L
Decimal 195 183 50 0 0.06 0.74 0.24 55.03 0.59 0.48
Hex C3 B7 32 0 6 4A 18 37 3B 30
Octal 303 267 62 0 6 112 30 67 73 60
Binary 11000011 10110111 110010 0 110 1001010 11000 110111 111011 110000

Color Harmonies of #C3B732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B732

Black with #C3B732

Text Example


Text Example

White with #C3B732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B732; }

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

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

background-color css

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

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

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

border-color css

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

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

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