Html Css Color HEX #C60259 Razzmatazz

📋 copy color: '#C60259'

red 198 ◦ green 2 ◦ blue 89

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

Shades of Razzmatazz #C60259

Tints of Razzmatazz #C60259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 89 (35.16% from 255) = 30.8%

R = 68.51%
G = 0.69%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C60259 (or 0xC60259) is known color: Razzmatazz. HEX triplet: C6, 02 and 59. RGB value is (198,2,89). Sum of RGB (Red+Green+Blue) = 198+2+89=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C60259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60259 is #39FDA6. Grayscale: #464646. Windows color (decimal): -3800487 or 5833414. OLE color: 5833414.

HSL color Cylindrical-coordinate representation of color #C60259: hue angle of 333.37º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C60259 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 2 89 -
CMYK 0 0.99 0.55 0.22
HSL 333.37º 0.98% 0.39% -
HSV(B) 333.37º 0.99% 0.78% -
XYZ 25.11 12.77 10.59 -
YUV 70.52 138.43 218.93 -
System Red Green Blue C M Y K H S L
Decimal 198 2 89 0 0.99 0.55 0.22 333.37 0.98 0.39
Hex C6 2 59 0 63 37 16 14D 62 27
Octal 306 2 131 0 143 67 26 515 142 47
Binary 11000110 10 1011001 0 1100011 110111 10110 101001101 1100010 100111

Color Harmonies of #C60259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60259

Black with #C60259

Text Example


Text Example

White with #C60259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60259; }

 p { color: rgb(198,2,89); }

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

background-color css

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

 a { background-color: rgb(198,2,89); }

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

border-color css

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

 span { border-color: rgb(198,2,89); }

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