Html Css Color HEX #C93355 Old Rose

📋 copy color: '#C93355'

red 201 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #C93355

Tints of Old Rose #C93355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 59.64%
G = 15.13%
B = 25.22%

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

#C93355 (or 0xC93355) is known color: Old Rose. HEX triplet: C9, 33 and 55. RGB value is (201,51,85). Sum of RGB (Red+Green+Blue) = 201+51+85=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93355 is #36CCAA. Grayscale: #636363. Windows color (decimal): -3591339 or 5583817. OLE color: 5583817.

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

Color convert

RGB 201 51 85 -
CMYK 0 0.75 0.58 0.21
HSL 346.4º 0.6% 0.49% -
HSV(B) 346.4º 0.75% 0.79% -
XYZ 26.91 15.44 10.16 -
YUV 99.73 119.7 200.24 -
System Red Green Blue C M Y K H S L
Decimal 201 51 85 0 0.75 0.58 0.21 346.4 0.6 0.49
Hex C9 33 55 0 4B 3A 15 15A 3C 31
Octal 311 63 125 0 113 72 25 532 74 61
Binary 11001001 110011 1010101 0 1001011 111010 10101 101011010 111100 110001

Color Harmonies of #C93355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93355

Black with #C93355

Text Example


Text Example

White with #C93355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93355; }

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

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

background-color css

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

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

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

border-color css

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

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

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