Html Css Color HEX #C0B334 Old Gold

📋 copy color: '#C0B334'

red 192 ◦ green 179 ◦ blue 52

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

Shades of Old Gold #C0B334

Tints of Old Gold #C0B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.32%

 BLUE value IS 52 (20.7% from 255) = 12.29%

R = 45.39%
G = 42.32%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C0B334 (or 0xC0B334) is known color: Old Gold. HEX triplet: C0, B3 and 34. RGB value is (192,179,52). Sum of RGB (Red+Green+Blue) = 192+179+52=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B334 is #3F4CCB. Grayscale: #A8A8A8. Windows color (decimal): -4148428 or 3453888. OLE color: 3453888.

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

Color convert

RGB 192 179 52 -
CMYK 0 0.07 0.73 0.25
HSL 54.43º 0.57% 0.48% -
HSV(B) 54.43º 0.73% 0.75% -
XYZ 38.48 43.69 9.65 -
YUV 168.41 62.31 144.83 -
System Red Green Blue C M Y K H S L
Decimal 192 179 52 0 0.07 0.73 0.25 54.43 0.57 0.48
Hex C0 B3 34 0 7 49 19 36 39 30
Octal 300 263 64 0 7 111 31 66 71 60
Binary 11000000 10110011 110100 0 111 1001001 11001 110110 111001 110000

Color Harmonies of #C0B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B334

Black with #C0B334

Text Example


Text Example

White with #C0B334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B334; }

 p { color: rgb(192,179,52); }

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

background-color css

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

 a { background-color: rgb(192,179,52); }

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

border-color css

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

 span { border-color: rgb(192,179,52); }

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