Html Css Color HEX #C6C133 Old Gold

📋 copy color: '#C6C133'

red 198 ◦ green 193 ◦ blue 51

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

Shades of Old Gold #C6C133

Tints of Old Gold #C6C133

RGB

 RED value IS 198 (77.73% from 255) = 44.8%

 GREEN value IS 193 (75.78% from 255) = 43.67%

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

R = 44.8%
G = 43.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C6C133 (or 0xC6C133) is known color: Old Gold. HEX triplet: C6, C1 and 33. RGB value is (198,193,51). Sum of RGB (Red+Green+Blue) = 198+193+51=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6C133 is #393ECC. Grayscale: #B2B2B2. Windows color (decimal): -3751629 or 3391942. OLE color: 3391942.

HSL color Cylindrical-coordinate representation of color #C6C133: hue angle of 57.96º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C6C133 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 193 51 -
CMYK 0 0.03 0.74 0.22
HSL 57.96º 0.59% 0.49% -
HSV(B) 57.96º 0.74% 0.78% -
XYZ 42.96 50.38 10.59 -
YUV 178.31 56.16 142.05 -
System Red Green Blue C M Y K H S L
Decimal 198 193 51 0 0.03 0.74 0.22 57.96 0.59 0.49
Hex C6 C1 33 0 3 4A 16 3A 3B 31
Octal 306 301 63 0 3 112 26 72 73 61
Binary 11000110 11000001 110011 0 11 1001010 10110 111010 111011 110001

Color Harmonies of #C6C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6C133

Black with #C6C133

Text Example


Text Example

White with #C6C133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6C133; }

 p { color: rgb(198,193,51); }

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

background-color css

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

 a { background-color: rgb(198,193,51); }

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

border-color css

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

 span { border-color: rgb(198,193,51); }

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