Html Css Color HEX #C3C135 Old Gold

📋 copy color: '#C3C135'

red 195 ◦ green 193 ◦ blue 53

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

Shades of Old Gold #C3C135

Tints of Old Gold #C3C135

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.76%

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

R = 44.22%
G = 43.76%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C3C135 (or 0xC3C135) is known color: Old Gold. HEX triplet: C3, C1 and 35. RGB value is (195,193,53). Sum of RGB (Red+Green+Blue) = 195+193+53=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 53 (21.09% from 255 or 12.02% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C135 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3C135 is #3C3ECA. Grayscale: #B2B2B2. Windows color (decimal): -3948235 or 3523011. OLE color: 3523011.

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

Color convert

RGB 195 193 53 -
CMYK 0 0.01 0.73 0.24
HSL 59.15º 0.57% 0.49% -
HSV(B) 59.15º 0.73% 0.76% -
XYZ 42.22 50 10.79 -
YUV 177.64 57.66 140.38 -
System Red Green Blue C M Y K H S L
Decimal 195 193 53 0 0.01 0.73 0.24 59.15 0.57 0.49
Hex C3 C1 35 0 1 49 18 3B 39 31
Octal 303 301 65 0 1 111 30 73 71 61
Binary 11000011 11000001 110101 0 1 1001001 11000 111011 111001 110001

Color Harmonies of #C3C135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3C135

Black with #C3C135

Text Example


Text Example

White with #C3C135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3C135; }

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

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

background-color css

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

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

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

border-color css

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

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

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