Html Css Color HEX #C90850 Razzmatazz

📋 copy color: '#C90850'

red 201 ◦ green 8 ◦ blue 80

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

Shades of Razzmatazz #C90850

Tints of Razzmatazz #C90850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 69.55%
G = 2.77%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C90850 (or 0xC90850) is known color: Razzmatazz. HEX triplet: C9, 08 and 50. RGB value is (201,8,80). Sum of RGB (Red+Green+Blue) = 201+8+80=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C90850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90850 is #36F7AF. Grayscale: #494949. Windows color (decimal): -3602352 or 5245129. OLE color: 5245129.

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

Color convert

RGB 201 8 80 -
CMYK 0 0.96 0.60 0.21
HSL 337.62º 0.92% 0.41% -
HSV(B) 337.62º 0.96% 0.79% -
XYZ 25.62 13.17 8.78 -
YUV 73.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 201 8 80 0 0.96 0.60 0.21 337.62 0.92 0.41
Hex C9 8 50 0 60 3C 15 152 5C 29
Octal 311 10 120 0 140 74 25 522 134 51
Binary 11001001 1000 1010000 0 1100000 111100 10101 101010010 1011100 101001

Color Harmonies of #C90850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90850

Black with #C90850

Text Example


Text Example

White with #C90850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90850; }

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

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

background-color css

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

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

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

border-color css

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

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

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