Html Css Color HEX #C93350 Old Rose

📋 copy color: '#C93350'

red 201 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #C93350

Tints of Old Rose #C93350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 60.54%
G = 15.36%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C93350 (or 0xC93350) is known color: Old Rose. HEX triplet: C9, 33 and 50. RGB value is (201,51,80). Sum of RGB (Red+Green+Blue) = 201+51+80=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C93350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93350 is #36CCAF. Grayscale: #636363. Windows color (decimal): -3591344 or 5256137. OLE color: 5256137.

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

Color convert

RGB 201 51 80 -
CMYK 0 0.75 0.60 0.21
HSL 348.4º 0.6% 0.49% -
HSV(B) 348.4º 0.75% 0.79% -
XYZ 26.72 15.36 9.15 -
YUV 99.16 117.2 200.64 -
System Red Green Blue C M Y K H S L
Decimal 201 51 80 0 0.75 0.60 0.21 348.4 0.6 0.49
Hex C9 33 50 0 4B 3C 15 15C 3C 31
Octal 311 63 120 0 113 74 25 534 74 61
Binary 11001001 110011 1010000 0 1001011 111100 10101 101011100 111100 110001

Color Harmonies of #C93350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93350

Black with #C93350

Text Example


Text Example

White with #C93350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93350; }

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

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

background-color css

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

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

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

border-color css

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

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

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