Html Css Color HEX #C92B58 Old Rose

📋 copy color: '#C92B58'

red 201 ◦ green 43 ◦ blue 88

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

Shades of Old Rose #C92B58

Tints of Old Rose #C92B58

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.95%

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

R = 60.54%
G = 12.95%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C92B58 (or 0xC92B58) is known color: Old Rose. HEX triplet: C9, 2B and 58. RGB value is (201,43,88). Sum of RGB (Red+Green+Blue) = 201+43+88=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 43 (17.19% from 255 or 12.95% from 332); Blue value is 88 (34.77% from 255 or 26.51% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92B58 is #36D4A7. Grayscale: #5F5F5F. Windows color (decimal): -3593384 or 5778377. OLE color: 5778377.

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

Color convert

RGB 201 43 88 -
CMYK 0 0.79 0.56 0.21
HSL 342.91º 0.65% 0.48% -
HSV(B) 342.91º 0.79% 0.79% -
XYZ 26.71 14.85 10.69 -
YUV 95.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 201 43 88 0 0.79 0.56 0.21 342.91 0.65 0.48
Hex C9 2B 58 0 4F 38 15 157 41 30
Octal 311 53 130 0 117 70 25 527 101 60
Binary 11001001 101011 1011000 0 1001111 111000 10101 101010111 1000001 110000

Color Harmonies of #C92B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92B58

Black with #C92B58

Text Example


Text Example

White with #C92B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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