Html Css Color HEX #C92D57 Old Rose

📋 copy color: '#C92D57'

red 201 ◦ green 45 ◦ blue 87

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

Shades of Old Rose #C92D57

Tints of Old Rose #C92D57

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.51%

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 60.36%
G = 13.51%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C92D57 (or 0xC92D57) is known color: Old Rose. HEX triplet: C9, 2D and 57. RGB value is (201,45,87). Sum of RGB (Red+Green+Blue) = 201+45+87=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 45 (17.97% from 255 or 13.51% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92D57 is #36D2A8. Grayscale: #606060. Windows color (decimal): -3592873 or 5713353. OLE color: 5713353.

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

Color convert

RGB 201 45 87 -
CMYK 0 0.78 0.57 0.21
HSL 343.85º 0.63% 0.48% -
HSV(B) 343.85º 0.78% 0.79% -
XYZ 26.75 14.98 10.5 -
YUV 96.43 122.68 202.58 -
System Red Green Blue C M Y K H S L
Decimal 201 45 87 0 0.78 0.57 0.21 343.85 0.63 0.48
Hex C9 2D 57 0 4E 39 15 158 3F 30
Octal 311 55 127 0 116 71 25 530 77 60
Binary 11001001 101101 1010111 0 1001110 111001 10101 101011000 111111 110000

Color Harmonies of #C92D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92D57

Black with #C92D57

Text Example


Text Example

White with #C92D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92D57; }

 p { color: rgb(201,45,87); }

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

background-color css

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

 a { background-color: rgb(201,45,87); }

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

border-color css

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

 span { border-color: rgb(201,45,87); }

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