Html Css Color HEX #C0B23A Old Gold

📋 copy color: '#C0B23A'

red 192 ◦ green 178 ◦ blue 58

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

Shades of Old Gold #C0B23A

Tints of Old Gold #C0B23A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.59%

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

R = 44.86%
G = 41.59%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B23A (or 0xC0B23A) is known color: Old Gold. HEX triplet: C0, B2 and 3A. RGB value is (192,178,58). Sum of RGB (Red+Green+Blue) = 192+178+58=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 178 (69.92% from 255 or 41.59% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B23A is #3F4DC5. Grayscale: #A9A9A9. Windows color (decimal): -4148678 or 3846848. OLE color: 3846848.

HSL color Cylindrical-coordinate representation of color #C0B23A: hue angle of 53.73º 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 #C0B23A is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 58 -
CMYK 0 0.07 0.70 0.25
HSL 53.73º 0.54% 0.49% -
HSV(B) 53.73º 0.7% 0.75% -
XYZ 38.42 43.35 10.35 -
YUV 168.51 65.64 144.76 -
System Red Green Blue C M Y K H S L
Decimal 192 178 58 0 0.07 0.70 0.25 53.73 0.54 0.49
Hex C0 B2 3A 0 7 46 19 36 36 31
Octal 300 262 72 0 7 106 31 66 66 61
Binary 11000000 10110010 111010 0 111 1000110 11001 110110 110110 110001

Color Harmonies of #C0B23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B23A

Black with #C0B23A

Text Example


Text Example

White with #C0B23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B23A; }

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

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

background-color css

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

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

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

border-color css

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

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

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