Html Css Color HEX #C6015A Razzmatazz

📋 copy color: '#C6015A'

red 198 ◦ green 1 ◦ blue 90

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

Shades of Razzmatazz #C6015A

Tints of Razzmatazz #C6015A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 90 (35.55% from 255) = 31.14%

R = 68.51%
G = 0.35%
B = 31.14%

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

#C6015A (or 0xC6015A) is known color: Razzmatazz. HEX triplet: C6, 01 and 5A. RGB value is (198,1,90). Sum of RGB (Red+Green+Blue) = 198+1+90=289 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.51% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 198 - color contains mainly: red. Hex color #C6015A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6015A is #39FEA5. Grayscale: #454545. Windows color (decimal): -3800742 or 5898694. OLE color: 5898694.

HSL color Cylindrical-coordinate representation of color #C6015A: hue angle of 332.89º degrees, saturation: 0.99, 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 #C6015A is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 1 90 -
CMYK 0 0.99 0.55 0.22
HSL 332.89º 0.99% 0.39% -
HSV(B) 332.89º 0.99% 0.78% -
XYZ 25.15 12.77 10.81 -
YUV 70.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 198 1 90 0 0.99 0.55 0.22 332.89 0.99 0.39
Hex C6 1 5A 0 63 37 16 14D 63 27
Octal 306 1 132 0 143 67 26 515 143 47
Binary 11000110 1 1011010 0 1100011 110111 10110 101001101 1100011 100111

Color Harmonies of #C6015A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6015A

Black with #C6015A

Text Example


Text Example

White with #C6015A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6015A; }

 p { color: rgb(198,1,90); }

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

background-color css

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

 a { background-color: rgb(198,1,90); }

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

border-color css

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

 span { border-color: rgb(198,1,90); }

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