Html Css Color HEX #C92458 Old Rose

📋 copy color: '#C92458'

red 201 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #C92458

Tints of Old Rose #C92458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

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

R = 61.85%
G = 11.08%
B = 27.08%

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

#C92458 (or 0xC92458) is known color: Old Rose. HEX triplet: C9, 24 and 58. RGB value is (201,36,88). Sum of RGB (Red+Green+Blue) = 201+36+88=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C92458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92458 is #36DBA7. Grayscale: #5B5B5B. Windows color (decimal): -3595176 or 5776585. OLE color: 5776585.

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

Color convert

RGB 201 36 88 -
CMYK 0 0.82 0.56 0.21
HSL 341.09º 0.7% 0.46% -
HSV(B) 341.09º 0.82% 0.79% -
XYZ 26.48 14.38 10.61 -
YUV 91.26 126.16 206.27 -
System Red Green Blue C M Y K H S L
Decimal 201 36 88 0 0.82 0.56 0.21 341.09 0.7 0.46
Hex C9 24 58 0 52 38 15 155 46 2E
Octal 311 44 130 0 122 70 25 525 106 56
Binary 11001001 100100 1011000 0 1010010 111000 10101 101010101 1000110 101110

Color Harmonies of #C92458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92458

Black with #C92458

Text Example


Text Example

White with #C92458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92458; }

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

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

background-color css

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

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

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

border-color css

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

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

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