Html Css Color HEX #C60650 Razzmatazz

📋 copy color: '#C60650'

red 198 ◦ green 6 ◦ blue 80

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

Shades of Razzmatazz #C60650

Tints of Razzmatazz #C60650

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 69.72%
G = 2.11%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C60650 (or 0xC60650) is known color: Razzmatazz. HEX triplet: C6, 06 and 50. RGB value is (198,6,80). Sum of RGB (Red+Green+Blue) = 198+6+80=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C60650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60650 is #39F9AF. Grayscale: #474747. Windows color (decimal): -3799472 or 5244614. OLE color: 5244614.

HSL color Cylindrical-coordinate representation of color #C60650: hue angle of 336.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C60650 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 6 80 -
CMYK 0 0.97 0.60 0.22
HSL 336.88º 0.94% 0.4% -
HSV(B) 336.88º 0.97% 0.78% -
XYZ 24.8 12.72 8.74 -
YUV 71.84 132.61 217.98 -
System Red Green Blue C M Y K H S L
Decimal 198 6 80 0 0.97 0.60 0.22 336.88 0.94 0.4
Hex C6 6 50 0 61 3C 16 151 5E 28
Octal 306 6 120 0 141 74 26 521 136 50
Binary 11000110 110 1010000 0 1100001 111100 10110 101010001 1011110 101000

Color Harmonies of #C60650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60650

Black with #C60650

Text Example


Text Example

White with #C60650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60650; }

 p { color: rgb(198,6,80); }

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

background-color css

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

 a { background-color: rgb(198,6,80); }

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

border-color css

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

 span { border-color: rgb(198,6,80); }

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