#c0b23c

Color #C0B23C Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C0B23C

Tints of Old Gold #C0B23C

Color information

#C0B23C (or 0xC0B23C) is unknown color: approx Old Gold. HEX triplet: C0, B2 and 3C. RGB value is (192,178,60). Sum of RGB (Red+Green+Blue) = 192+178+60=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B23C is #3F4DC3. Grayscale: #A9A9A9. Windows color (decimal): -4148676 or 3977920. OLE color: 3977920.

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

Color convert

RGB19217860-
CMYK00.070.690.25
HSL53.64º52.38%49.41%-
HSV(B)53.64º68.75%75.29%-
XYZ38.4743.3710.62-
YUV168.7366.64144.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 178 (69.92% from 255) = 41.40%
BLUE value IS 60 (23.83% from 255) = 13.95%
R=44.65%
G=41.40%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921786000.070.690.2553.6452.3849.41
HexC0B23C074519363431
Octal300262740710531666461
Binary11000000101100101111000111100010111001110110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0b23c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0b23c; }

 p { color: rgb(192,178,60); }

 H1.HeaderClassName
 {
   color: #c0b23c;
 }
 .AnyTagClassName
 {
   color: #c0b23c;
 }
</style>
background-color css

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

 a { background-color: rgb(192,178,60); }

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

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

 span { border-color: rgb(192,178,60); }

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