Html Css Color HEX #C93651 Old Rose

📋 copy color: '#C93651'

red 201 ◦ green 54 ◦ blue 81

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

Shades of Old Rose #C93651

Tints of Old Rose #C93651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

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

R = 59.82%
G = 16.07%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C93651 (or 0xC93651) is known color: Old Rose. HEX triplet: C9, 36 and 51. RGB value is (201,54,81). Sum of RGB (Red+Green+Blue) = 201+54+81=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C93651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93651 is #36C9AE. Grayscale: #656565. Windows color (decimal): -3590575 or 5322441. OLE color: 5322441.

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

Color convert

RGB 201 54 81 -
CMYK 0 0.73 0.60 0.21
HSL 348.98º 0.58% 0.5% -
HSV(B) 348.98º 0.73% 0.79% -
XYZ 26.89 15.65 9.39 -
YUV 101.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 201 54 81 0 0.73 0.60 0.21 348.98 0.58 0.5
Hex C9 36 51 0 49 3C 15 15D 3A 32
Octal 311 66 121 0 111 74 25 535 72 62
Binary 11001001 110110 1010001 0 1001001 111100 10101 101011101 111010 110010

Color Harmonies of #C93651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93651

Black with #C93651

Text Example


Text Example

White with #C93651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93651; }

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

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

background-color css

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

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

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

border-color css

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

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

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