Html Css Color HEX #C0B441 Old Gold

📋 copy color: '#C0B441'

red 192 ◦ green 180 ◦ blue 65

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

Shades of Old Gold #C0B441

Tints of Old Gold #C0B441

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.19%

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 43.94%
G = 41.19%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#C0B441 (or 0xC0B441) is known color: Old Gold. HEX triplet: C0, B4 and 41. RGB value is (192,180,65). Sum of RGB (Red+Green+Blue) = 192+180+65=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B441 is #3F4BBE. Grayscale: #AAAAAA. Windows color (decimal): -4148159 or 4306112. OLE color: 4306112.

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

Color convert

RGB 192 180 65 -
CMYK 0 0.06 0.66 0.25
HSL 54.33º 0.5% 0.5% -
HSV(B) 54.33º 0.66% 0.75% -
XYZ 39.01 44.23 11.48 -
YUV 170.48 68.48 143.35 -
System Red Green Blue C M Y K H S L
Decimal 192 180 65 0 0.06 0.66 0.25 54.33 0.5 0.5
Hex C0 B4 41 0 6 42 19 36 32 32
Octal 300 264 101 0 6 102 31 66 62 62
Binary 11000000 10110100 1000001 0 110 1000010 11001 110110 110010 110010

Color Harmonies of #C0B441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B441

Black with #C0B441

Text Example


Text Example

White with #C0B441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B441; }

 p { color: rgb(192,180,65); }

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

background-color css

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

 a { background-color: rgb(192,180,65); }

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

border-color css

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

 span { border-color: rgb(192,180,65); }

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