Html Css Color HEX #C93351 Old Rose

📋 copy color: '#C93351'

red 201 ◦ green 51 ◦ blue 81

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

Shades of Old Rose #C93351

Tints of Old Rose #C93351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 60.36%
G = 15.32%
B = 24.32%

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

#C93351 (or 0xC93351) is known color: Old Rose. HEX triplet: C9, 33 and 51. RGB value is (201,51,81). Sum of RGB (Red+Green+Blue) = 201+51+81=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C93351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93351 is #36CCAE. Grayscale: #636363. Windows color (decimal): -3591343 or 5321673. OLE color: 5321673.

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

Color convert

RGB 201 51 81 -
CMYK 0 0.75 0.60 0.21
HSL 348º 0.6% 0.49% -
HSV(B) 348º 0.75% 0.79% -
XYZ 26.76 15.38 9.34 -
YUV 99.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 201 51 81 0 0.75 0.60 0.21 348 0.6 0.49
Hex C9 33 51 0 4B 3C 15 15C 3C 31
Octal 311 63 121 0 113 74 25 534 74 61
Binary 11001001 110011 1010001 0 1001011 111100 10101 101011100 111100 110001

Color Harmonies of #C93351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93351

Black with #C93351

Text Example


Text Example

White with #C93351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93351; }

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

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

background-color css

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

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

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

border-color css

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

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

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