Html Css Color HEX #C0B83A Old Gold

📋 copy color: '#C0B83A'

red 192 ◦ green 184 ◦ blue 58

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

Shades of Old Gold #C0B83A

Tints of Old Gold #C0B83A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.4%

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 44.24%
G = 42.4%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B83A (or 0xC0B83A) is known color: Old Gold. HEX triplet: C0, B8 and 3A. RGB value is (192,184,58). Sum of RGB (Red+Green+Blue) = 192+184+58=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B83A is #3F47C5. Grayscale: #ACACAC. Windows color (decimal): -4147142 or 3848384. OLE color: 3848384.

HSL color Cylindrical-coordinate representation of color #C0B83A: hue angle of 56.42º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C0B83A is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 58 -
CMYK 0 0.04 0.70 0.25
HSL 56.42º 0.54% 0.49% -
HSV(B) 56.42º 0.7% 0.75% -
XYZ 39.64 45.79 10.75 -
YUV 172.03 63.65 142.25 -
System Red Green Blue C M Y K H S L
Decimal 192 184 58 0 0.04 0.70 0.25 56.42 0.54 0.49
Hex C0 B8 3A 0 4 46 19 38 36 31
Octal 300 270 72 0 4 106 31 70 66 61
Binary 11000000 10111000 111010 0 100 1000110 11001 111000 110110 110001

Color Harmonies of #C0B83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B83A

Black with #C0B83A

Text Example


Text Example

White with #C0B83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B83A; }

 p { color: rgb(192,184,58); }

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

background-color css

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

 a { background-color: rgb(192,184,58); }

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

border-color css

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

 span { border-color: rgb(192,184,58); }

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