Html Css Color HEX #C0B13C Old Gold

📋 copy color: '#C0B13C'

red 192 ◦ green 177 ◦ blue 60

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

Shades of Old Gold #C0B13C

Tints of Old Gold #C0B13C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 44.76%
G = 41.26%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0B13C (or 0xC0B13C) is known color: Old Gold. HEX triplet: C0, B1 and 3C. RGB value is (192,177,60). Sum of RGB (Red+Green+Blue) = 192+177+60=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B13C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B13C is #3F4EC3. Grayscale: #A8A8A8. Windows color (decimal): -4148932 or 3977664. OLE color: 3977664.

HSL color Cylindrical-coordinate representation of color #C0B13C: hue angle of 53.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C0B13C is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 177 60 -
CMYK 0 0.08 0.69 0.25
HSL 53.18º 0.52% 0.49% -
HSV(B) 53.18º 0.69% 0.75% -
XYZ 38.28 42.98 10.55 -
YUV 168.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 192 177 60 0 0.08 0.69 0.25 53.18 0.52 0.49
Hex C0 B1 3C 0 8 45 19 35 34 31
Octal 300 261 74 0 10 105 31 65 64 61
Binary 11000000 10110001 111100 0 1000 1000101 11001 110101 110100 110001

Color Harmonies of #C0B13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B13C

Black with #C0B13C

Text Example


Text Example

White with #C0B13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B13C; }

 p { color: rgb(192,177,60); }

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

background-color css

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

 a { background-color: rgb(192,177,60); }

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

border-color css

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

 span { border-color: rgb(192,177,60); }

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