Html Css Color HEX #C6005A Razzmatazz

📋 copy color: '#C6005A'

red 198 ◦ green 0 ◦ blue 90

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

Shades of Razzmatazz #C6005A

Tints of Razzmatazz #C6005A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.75%
G = 0%
B = 31.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C6005A (or 0xC6005A) is known color: Razzmatazz. HEX triplet: C6, 00 and 5A. RGB value is (198,0,90). Sum of RGB (Red+Green+Blue) = 198+0+90=288 (38% of max value = 765). Red value is 198 (77.73% from 255 or 68.75% from 288); Green value is 0 (0.39% from 255 or 0% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 198 - color contains mainly: red. Hex color #C6005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6005A is #39FFA5. Grayscale: #454545. Windows color (decimal): -3800998 or 5898438. OLE color: 5898438.

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

Color convert

RGB 198 0 90 -
CMYK 0 1 0.55 0.22
HSL 332.73º 1% 0.39% -
HSV(B) 332.73º 1% 0.78% -
XYZ 25.13 12.74 10.81 -
YUV 69.46 139.6 219.68 -
System Red Green Blue C M Y K H S L
Decimal 198 0 90 0 1 0.55 0.22 332.73 1 0.39
Hex C6 0 5A 0 64 37 16 14D 64 27
Octal 306 0 132 0 144 67 26 515 144 47
Binary 11000110 0 1011010 0 1100100 110111 10110 101001101 1100100 100111

Color Harmonies of #C6005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6005A

Black with #C6005A

Text Example


Text Example

White with #C6005A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6005A; }

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

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

background-color css

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

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

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

border-color css

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

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

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