Html Css Color HEX #C6BE42 Old Gold

📋 copy color: '#C6BE42'

red 198 ◦ green 190 ◦ blue 66

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

Shades of Old Gold #C6BE42

Tints of Old Gold #C6BE42

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.85%

 BLUE value IS 66 (26.17% from 255) = 14.54%

R = 43.61%
G = 41.85%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#C6BE42 (or 0xC6BE42) is known color: Old Gold. HEX triplet: C6, BE and 42. RGB value is (198,190,66). Sum of RGB (Red+Green+Blue) = 198+190+66=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 66 (26.17% from 255 or 14.54% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE42 is #3941BD. Grayscale: #B2B2B2. Windows color (decimal): -3752382 or 4374214. OLE color: 4374214.

HSL color Cylindrical-coordinate representation of color #C6BE42: hue angle of 56.36º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C6BE42 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 190 66 -
CMYK 0 0.04 0.67 0.22
HSL 56.36º 0.54% 0.52% -
HSV(B) 56.36º 0.67% 0.78% -
XYZ 42.69 49.23 12.41 -
YUV 178.26 64.65 142.08 -
System Red Green Blue C M Y K H S L
Decimal 198 190 66 0 0.04 0.67 0.22 56.36 0.54 0.52
Hex C6 BE 42 0 4 43 16 38 36 34
Octal 306 276 102 0 4 103 26 70 66 64
Binary 11000110 10111110 1000010 0 100 1000011 10110 111000 110110 110100

Color Harmonies of #C6BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6BE42

Black with #C6BE42

Text Example


Text Example

White with #C6BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6BE42; }

 p { color: rgb(198,190,66); }

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

background-color css

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

 a { background-color: rgb(198,190,66); }

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

border-color css

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

 span { border-color: rgb(198,190,66); }

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