Html Css Color HEX #C0B538 Old Gold

📋 copy color: '#C0B538'

red 192 ◦ green 181 ◦ blue 56

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

Shades of Old Gold #C0B538

Tints of Old Gold #C0B538

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.19%

 BLUE value IS 56 (22.27% from 255) = 13.05%

R = 44.76%
G = 42.19%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C0B538 (or 0xC0B538) is known color: Old Gold. HEX triplet: C0, B5 and 38. RGB value is (192,181,56). Sum of RGB (Red+Green+Blue) = 192+181+56=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 56 (22.27% from 255 or 13.05% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B538 is #3F4AC7. Grayscale: #AAAAAA. Windows color (decimal): -4147912 or 3716544. OLE color: 3716544.

HSL color Cylindrical-coordinate representation of color #C0B538: hue angle of 55.15º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C0B538 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 181 56 -
CMYK 0 0.06 0.71 0.25
HSL 55.15º 0.55% 0.49% -
HSV(B) 55.15º 0.71% 0.75% -
XYZ 38.98 44.54 10.28 -
YUV 170.04 63.64 143.66 -
System Red Green Blue C M Y K H S L
Decimal 192 181 56 0 0.06 0.71 0.25 55.15 0.55 0.49
Hex C0 B5 38 0 6 47 19 37 37 31
Octal 300 265 70 0 6 107 31 67 67 61
Binary 11000000 10110101 111000 0 110 1000111 11001 110111 110111 110001

Color Harmonies of #C0B538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B538

Black with #C0B538

Text Example


Text Example

White with #C0B538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B538; }

 p { color: rgb(192,181,56); }

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

background-color css

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

 a { background-color: rgb(192,181,56); }

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

border-color css

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

 span { border-color: rgb(192,181,56); }

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