Html Css Color HEX #C92D5B Old Rose

📋 copy color: '#C92D5B'

red 201 ◦ green 45 ◦ blue 91

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

Shades of Old Rose #C92D5B

Tints of Old Rose #C92D5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 59.64%
G = 13.35%
B = 27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#C92D5B (or 0xC92D5B) is known color: Old Rose. HEX triplet: C9, 2D and 5B. RGB value is (201,45,91). Sum of RGB (Red+Green+Blue) = 201+45+91=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92D5B is #36D2A4. Grayscale: #606060. Windows color (decimal): -3592869 or 5975497. OLE color: 5975497.

HSL color Cylindrical-coordinate representation of color #C92D5B: hue angle of 342.31º 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 #C92D5B is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 45 91 -
CMYK 0 0.78 0.55 0.21
HSL 342.31º 0.63% 0.48% -
HSV(B) 342.31º 0.78% 0.79% -
XYZ 26.91 15.05 11.38 -
YUV 96.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 201 45 91 0 0.78 0.55 0.21 342.31 0.63 0.48
Hex C9 2D 5B 0 4E 37 15 156 3F 30
Octal 311 55 133 0 116 67 25 526 77 60
Binary 11001001 101101 1011011 0 1001110 110111 10101 101010110 111111 110000

Color Harmonies of #C92D5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92D5B

Black with #C92D5B

Text Example


Text Example

White with #C92D5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92D5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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