Html Css Color HEX #C92553 Old Rose

📋 copy color: '#C92553'

red 201 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #C92553

Tints of Old Rose #C92553

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 62.62%
G = 11.53%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C92553 (or 0xC92553) is known color: Old Rose. HEX triplet: C9, 25 and 53. RGB value is (201,37,83). Sum of RGB (Red+Green+Blue) = 201+37+83=321 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.62% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 201 - color contains mainly: red. Hex color #C92553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C92553 is #36DAAC. Grayscale: #5B5B5B. Windows color (decimal): -3594925 or 5449161. OLE color: 5449161.

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

Color convert

RGB 201 37 83 -
CMYK 0 0.82 0.59 0.21
HSL 343.17º 0.69% 0.47% -
HSV(B) 343.17º 0.82% 0.79% -
XYZ 26.31 14.37 9.57 -
YUV 91.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 201 37 83 0 0.82 0.59 0.21 343.17 0.69 0.47
Hex C9 25 53 0 52 3B 15 157 45 2F
Octal 311 45 123 0 122 73 25 527 105 57
Binary 11001001 100101 1010011 0 1010010 111011 10101 101010111 1000101 101111

Color Harmonies of #C92553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92553

Black with #C92553

Text Example


Text Example

White with #C92553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92553; }

 p { color: rgb(201,37,83); }

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

background-color css

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

 a { background-color: rgb(201,37,83); }

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

border-color css

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

 span { border-color: rgb(201,37,83); }

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