Html Css Color HEX #C93257 Old Rose

📋 copy color: '#C93257'

red 201 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #C93257

Tints of Old Rose #C93257

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.79%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 59.47%
G = 14.79%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C93257 (or 0xC93257) is known color: Old Rose. HEX triplet: C9, 32 and 57. RGB value is (201,50,87). Sum of RGB (Red+Green+Blue) = 201+50+87=338 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.47% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 201 - color contains mainly: red. Hex color #C93257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93257 is #36CDA8. Grayscale: #636363. Windows color (decimal): -3591593 or 5714633. OLE color: 5714633.

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

Color convert

RGB 201 50 87 -
CMYK 0 0.75 0.57 0.21
HSL 345.3º 0.6% 0.49% -
HSV(B) 345.3º 0.75% 0.79% -
XYZ 26.95 15.39 10.57 -
YUV 99.37 121.03 200.49 -
System Red Green Blue C M Y K H S L
Decimal 201 50 87 0 0.75 0.57 0.21 345.3 0.6 0.49
Hex C9 32 57 0 4B 39 15 159 3C 31
Octal 311 62 127 0 113 71 25 531 74 61
Binary 11001001 110010 1010111 0 1001011 111001 10101 101011001 111100 110001

Color Harmonies of #C93257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93257

Black with #C93257

Text Example


Text Example

White with #C93257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93257; }

 p { color: rgb(201,50,87); }

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

background-color css

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

 a { background-color: rgb(201,50,87); }

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

border-color css

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

 span { border-color: rgb(201,50,87); }

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