Html Css Color HEX #C90650 Razzmatazz

📋 copy color: '#C90650'

red 201 ◦ green 6 ◦ blue 80

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

Shades of Razzmatazz #C90650

Tints of Razzmatazz #C90650

RGB

 RED value IS 201 (78.91% from 255) = 70.03%

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

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

R = 70.03%
G = 2.09%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C90650 (or 0xC90650) is known color: Razzmatazz. HEX triplet: C9, 06 and 50. RGB value is (201,6,80). Sum of RGB (Red+Green+Blue) = 201+6+80=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C90650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90650 is #36F9AF. Grayscale: #484848. Windows color (decimal): -3602864 or 5244617. OLE color: 5244617.

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

Color convert

RGB 201 6 80 -
CMYK 0 0.97 0.60 0.21
HSL 337.23º 0.94% 0.41% -
HSV(B) 337.23º 0.97% 0.79% -
XYZ 25.6 13.13 8.77 -
YUV 72.74 132.1 219.48 -
System Red Green Blue C M Y K H S L
Decimal 201 6 80 0 0.97 0.60 0.21 337.23 0.94 0.41
Hex C9 6 50 0 61 3C 15 151 5E 29
Octal 311 6 120 0 141 74 25 521 136 51
Binary 11001001 110 1010000 0 1100001 111100 10101 101010001 1011110 101001

Color Harmonies of #C90650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90650

Black with #C90650

Text Example


Text Example

White with #C90650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90650; }

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

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

background-color css

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

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

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

border-color css

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

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

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