Html Css Color HEX #C0BA35 Old Gold

📋 copy color: '#C0BA35'

red 192 ◦ green 186 ◦ blue 53

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

Shades of Old Gold #C0BA35

Tints of Old Gold #C0BA35

RGB

 RED value IS 192 (75.39% from 255) = 44.55%

 GREEN value IS 186 (73.05% from 255) = 43.16%

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

R = 44.55%
G = 43.16%
B = 12.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C0BA35 (or 0xC0BA35) is known color: Old Gold. HEX triplet: C0, BA and 35. RGB value is (192,186,53). Sum of RGB (Red+Green+Blue) = 192+186+53=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA35 is #3F45CA. Grayscale: #ADADAD. Windows color (decimal): -4146635 or 3521216. OLE color: 3521216.

HSL color Cylindrical-coordinate representation of color #C0BA35: hue angle of 57.41º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0BA35 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 186 53 -
CMYK 0 0.03 0.72 0.25
HSL 57.41º 0.57% 0.48% -
HSV(B) 57.41º 0.72% 0.75% -
XYZ 39.94 46.58 10.25 -
YUV 172.63 60.49 141.81 -
System Red Green Blue C M Y K H S L
Decimal 192 186 53 0 0.03 0.72 0.25 57.41 0.57 0.48
Hex C0 BA 35 0 3 48 19 39 39 30
Octal 300 272 65 0 3 110 31 71 71 60
Binary 11000000 10111010 110101 0 11 1001000 11001 111001 111001 110000

Color Harmonies of #C0BA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BA35

Black with #C0BA35

Text Example


Text Example

White with #C0BA35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BA35; }

 p { color: rgb(192,186,53); }

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

background-color css

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

 a { background-color: rgb(192,186,53); }

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

border-color css

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

 span { border-color: rgb(192,186,53); }

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