Html Css Color HEX #C0B433 Old Gold

📋 copy color: '#C0B433'

red 192 ◦ green 180 ◦ blue 51

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

Shades of Old Gold #C0B433

Tints of Old Gold #C0B433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.06%

R = 45.39%
G = 42.55%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B433 (or 0xC0B433) is known color: Old Gold. HEX triplet: C0, B4 and 33. RGB value is (192,180,51). Sum of RGB (Red+Green+Blue) = 192+180+51=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B433 is #3F4BCC. Grayscale: #A9A9A9. Windows color (decimal): -4148173 or 3388608. OLE color: 3388608.

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

Color convert

RGB 192 180 51 -
CMYK 0 0.06 0.73 0.25
HSL 54.89º 0.58% 0.48% -
HSV(B) 54.89º 0.73% 0.75% -
XYZ 38.66 44.09 9.6 -
YUV 168.88 61.48 144.49 -
System Red Green Blue C M Y K H S L
Decimal 192 180 51 0 0.06 0.73 0.25 54.89 0.58 0.48
Hex C0 B4 33 0 6 49 19 37 3A 30
Octal 300 264 63 0 6 111 31 67 72 60
Binary 11000000 10110100 110011 0 110 1001001 11001 110111 111010 110000

Color Harmonies of #C0B433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B433

Black with #C0B433

Text Example


Text Example

White with #C0B433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B433; }

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

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

background-color css

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

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

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

border-color css

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

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

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