Html Css Color HEX #C92158 Old Rose

📋 copy color: '#C92158'

red 201 ◦ green 33 ◦ blue 88

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

Shades of Old Rose #C92158

Tints of Old Rose #C92158

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.25%

 BLUE value IS 88 (34.77% from 255) = 27.33%

R = 62.42%
G = 10.25%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C92158 (or 0xC92158) is known color: Old Rose. HEX triplet: C9, 21 and 58. RGB value is (201,33,88). Sum of RGB (Red+Green+Blue) = 201+33+88=322 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.42% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 201 - color contains mainly: red. Hex color #C92158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92158 is #36DEA7. Grayscale: #595959. Windows color (decimal): -3595944 or 5775817. OLE color: 5775817.

HSL color Cylindrical-coordinate representation of color #C92158: hue angle of 340.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92158 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 33 88 -
CMYK 0 0.84 0.56 0.21
HSL 340.36º 0.72% 0.46% -
HSV(B) 340.36º 0.84% 0.79% -
XYZ 26.39 14.21 10.58 -
YUV 89.5 127.16 207.53 -
System Red Green Blue C M Y K H S L
Decimal 201 33 88 0 0.84 0.56 0.21 340.36 0.72 0.46
Hex C9 21 58 0 54 38 15 154 48 2E
Octal 311 41 130 0 124 70 25 524 110 56
Binary 11001001 100001 1011000 0 1010100 111000 10101 101010100 1001000 101110

Color Harmonies of #C92158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92158

Black with #C92158

Text Example


Text Example

White with #C92158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92158; }

 p { color: rgb(201,33,88); }

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

background-color css

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

 a { background-color: rgb(201,33,88); }

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

border-color css

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

 span { border-color: rgb(201,33,88); }

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