Html Css Color HEX #C0B832 Old Gold

📋 copy color: '#C0B832'

red 192 ◦ green 184 ◦ blue 50

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

Shades of Old Gold #C0B832

Tints of Old Gold #C0B832

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.74%

R = 45.07%
G = 43.19%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B832 (or 0xC0B832) is known color: Old Gold. HEX triplet: C0, B8 and 32. RGB value is (192,184,50). Sum of RGB (Red+Green+Blue) = 192+184+50=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 50 (19.92% from 255 or 11.74% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B832 is #3F47CD. Grayscale: #ABABAB. Windows color (decimal): -4147150 or 3324096. OLE color: 3324096.

HSL color Cylindrical-coordinate representation of color #C0B832: hue angle of 56.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C0B832 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 50 -
CMYK 0 0.04 0.74 0.25
HSL 56.62º 0.59% 0.47% -
HSV(B) 56.62º 0.74% 0.75% -
XYZ 39.45 45.72 9.76 -
YUV 171.12 59.65 142.9 -
System Red Green Blue C M Y K H S L
Decimal 192 184 50 0 0.04 0.74 0.25 56.62 0.59 0.47
Hex C0 B8 32 0 4 4A 19 39 3B 2F
Octal 300 270 62 0 4 112 31 71 73 57
Binary 11000000 10111000 110010 0 100 1001010 11001 111001 111011 101111

Color Harmonies of #C0B832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B832

Black with #C0B832

Text Example


Text Example

White with #C0B832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B832; }

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

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

background-color css

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

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

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

border-color css

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

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

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