Html Css Color HEX #C93354 Old Rose

📋 copy color: '#C93354'

red 201 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #C93354

Tints of Old Rose #C93354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.18%

 BLUE value IS 84 (33.2% from 255) = 25%

R = 59.82%
G = 15.18%
B = 25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.21

RGB Variations

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

Color information

#C93354 (or 0xC93354) is known color: Old Rose. HEX triplet: C9, 33 and 54. RGB value is (201,51,84). Sum of RGB (Red+Green+Blue) = 201+51+84=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C93354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93354 is #36CCAB. Grayscale: #636363. Windows color (decimal): -3591340 or 5518281. OLE color: 5518281.

HSL color Cylindrical-coordinate representation of color #C93354: hue angle of 346.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C93354 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 51 84 -
CMYK 0 0.75 0.58 0.21
HSL 346.8º 0.6% 0.49% -
HSV(B) 346.8º 0.75% 0.79% -
XYZ 26.87 15.43 9.95 -
YUV 99.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 201 51 84 0 0.75 0.58 0.21 346.8 0.6 0.49
Hex C9 33 54 0 4B 3A 15 15B 3C 31
Octal 311 63 124 0 113 72 25 533 74 61
Binary 11001001 110011 1010100 0 1001011 111010 10101 101011011 111100 110001

Color Harmonies of #C93354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93354

Black with #C93354

Text Example


Text Example

White with #C93354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93354; }

 p { color: rgb(201,51,84); }

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

background-color css

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

 a { background-color: rgb(201,51,84); }

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

border-color css

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

 span { border-color: rgb(201,51,84); }

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