Html Css Color HEX #C3BE3C Old Gold

📋 copy color: '#C3BE3C'

red 195 ◦ green 190 ◦ blue 60

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

Shades of Old Gold #C3BE3C

Tints of Old Gold #C3BE3C

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.7%

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

R = 43.82%
G = 42.7%
B = 13.48%

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

#C3BE3C (or 0xC3BE3C) is known color: Old Gold. HEX triplet: C3, BE and 3C. RGB value is (195,190,60). Sum of RGB (Red+Green+Blue) = 195+190+60=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3BE3C is #3C41C3. Grayscale: #B1B1B1. Windows color (decimal): -3948996 or 3980995. OLE color: 3980995.

HSL color Cylindrical-coordinate representation of color #C3BE3C: hue angle of 57.78º 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 #C3BE3C is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 190 60 -
CMYK 0 0.03 0.69 0.24
HSL 57.78º 0.53% 0.5% -
HSV(B) 57.78º 0.69% 0.76% -
XYZ 41.73 48.76 11.49 -
YUV 176.68 62.16 141.07 -
System Red Green Blue C M Y K H S L
Decimal 195 190 60 0 0.03 0.69 0.24 57.78 0.53 0.5
Hex C3 BE 3C 0 3 45 18 3A 35 32
Octal 303 276 74 0 3 105 30 72 65 62
Binary 11000011 10111110 111100 0 11 1000101 11000 111010 110101 110010

Color Harmonies of #C3BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BE3C

Black with #C3BE3C

Text Example


Text Example

White with #C3BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BE3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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