Html Css Color HEX #C0B232 Old Gold

📋 copy color: '#C0B232'

red 192 ◦ green 178 ◦ blue 50

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

Shades of Old Gold #C0B232

Tints of Old Gold #C0B232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.9%

R = 45.71%
G = 42.38%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C0B232 (or 0xC0B232) is known color: Old Gold. HEX triplet: C0, B2 and 32. RGB value is (192,178,50). Sum of RGB (Red+Green+Blue) = 192+178+50=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B232 is #3F4DCD. Grayscale: #A8A8A8. Windows color (decimal): -4148686 or 3322560. OLE color: 3322560.

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

Color convert

RGB 192 178 50 -
CMYK 0 0.07 0.74 0.25
HSL 54.08º 0.59% 0.47% -
HSV(B) 54.08º 0.74% 0.75% -
XYZ 38.23 43.28 9.36 -
YUV 167.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 192 178 50 0 0.07 0.74 0.25 54.08 0.59 0.47
Hex C0 B2 32 0 7 4A 19 36 3B 2F
Octal 300 262 62 0 7 112 31 66 73 57
Binary 11000000 10110010 110010 0 111 1001010 11001 110110 111011 101111

Color Harmonies of #C0B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B232

Black with #C0B232

Text Example


Text Example

White with #C0B232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B232; }

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

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

background-color css

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

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

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

border-color css

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

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

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