Html Css Color HEX #C0B43A Old Gold

📋 copy color: '#C0B43A'

red 192 ◦ green 180 ◦ blue 58

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

Shades of Old Gold #C0B43A

Tints of Old Gold #C0B43A

RGB

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

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

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

R = 44.65%
G = 41.86%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0B43A (or 0xC0B43A) is known color: Old Gold. HEX triplet: C0, B4 and 3A. RGB value is (192,180,58). Sum of RGB (Red+Green+Blue) = 192+180+58=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B43A is #3F4BC5. Grayscale: #AAAAAA. Windows color (decimal): -4148166 or 3847360. OLE color: 3847360.

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

Color convert

RGB 192 180 58 -
CMYK 0 0.06 0.70 0.25
HSL 54.63º 0.54% 0.49% -
HSV(B) 54.63º 0.7% 0.75% -
XYZ 38.82 44.15 10.48 -
YUV 169.68 64.98 143.92 -
System Red Green Blue C M Y K H S L
Decimal 192 180 58 0 0.06 0.70 0.25 54.63 0.54 0.49
Hex C0 B4 3A 0 6 46 19 37 36 31
Octal 300 264 72 0 6 106 31 67 66 61
Binary 11000000 10110100 111010 0 110 1000110 11001 110111 110110 110001

Color Harmonies of #C0B43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B43A

Black with #C0B43A

Text Example


Text Example

White with #C0B43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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