Html Css Color HEX #C92558 Old Rose

📋 copy color: '#C92558'

red 201 ◦ green 37 ◦ blue 88

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

Shades of Old Rose #C92558

Tints of Old Rose #C92558

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.35%

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

R = 61.66%
G = 11.35%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C92558 (or 0xC92558) is known color: Old Rose. HEX triplet: C9, 25 and 58. RGB value is (201,37,88). Sum of RGB (Red+Green+Blue) = 201+37+88=326 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.66% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 201 - color contains mainly: red. Hex color #C92558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92558 is #36DAA7. Grayscale: #5B5B5B. Windows color (decimal): -3594920 or 5776841. OLE color: 5776841.

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

Color convert

RGB 201 37 88 -
CMYK 0 0.82 0.56 0.21
HSL 341.34º 0.69% 0.47% -
HSV(B) 341.34º 0.82% 0.79% -
XYZ 26.51 14.45 10.62 -
YUV 91.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 201 37 88 0 0.82 0.56 0.21 341.34 0.69 0.47
Hex C9 25 58 0 52 38 15 155 45 2F
Octal 311 45 130 0 122 70 25 525 105 57
Binary 11001001 100101 1011000 0 1010010 111000 10101 101010101 1000101 101111

Color Harmonies of #C92558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92558

Black with #C92558

Text Example


Text Example

White with #C92558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92558; }

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

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

background-color css

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

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

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

border-color css

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

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

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