Html Css Color HEX #C92C5A Old Rose

📋 copy color: '#C92C5A'

red 201 ◦ green 44 ◦ blue 90

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

Shades of Old Rose #C92C5A

Tints of Old Rose #C92C5A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.13%

 BLUE value IS 90 (35.55% from 255) = 26.87%

R = 60%
G = 13.13%
B = 26.87%

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

#C92C5A (or 0xC92C5A) is known color: Old Rose. HEX triplet: C9, 2C and 5A. RGB value is (201,44,90). Sum of RGB (Red+Green+Blue) = 201+44+90=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92C5A is #36D3A5. Grayscale: #606060. Windows color (decimal): -3593126 or 5909705. OLE color: 5909705.

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

Color convert

RGB 201 44 90 -
CMYK 0 0.78 0.55 0.21
HSL 342.42º 0.64% 0.48% -
HSV(B) 342.42º 0.78% 0.79% -
XYZ 26.83 14.96 11.15 -
YUV 96.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 201 44 90 0 0.78 0.55 0.21 342.42 0.64 0.48
Hex C9 2C 5A 0 4E 37 15 156 40 30
Octal 311 54 132 0 116 67 25 526 100 60
Binary 11001001 101100 1011010 0 1001110 110111 10101 101010110 1000000 110000

Color Harmonies of #C92C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92C5A

Black with #C92C5A

Text Example


Text Example

White with #C92C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92C5A; }

 p { color: rgb(201,44,90); }

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

background-color css

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

 a { background-color: rgb(201,44,90); }

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

border-color css

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

 span { border-color: rgb(201,44,90); }

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