Html Css Color HEX #C93256 Old Rose

📋 copy color: '#C93256'

red 201 ◦ green 50 ◦ blue 86

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

Shades of Old Rose #C93256

Tints of Old Rose #C93256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.52%

R = 59.64%
G = 14.84%
B = 25.52%

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

#C93256 (or 0xC93256) is known color: Old Rose. HEX triplet: C9, 32 and 56. RGB value is (201,50,86). Sum of RGB (Red+Green+Blue) = 201+50+86=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93256 is #36CDA9. Grayscale: #636363. Windows color (decimal): -3591594 or 5649097. OLE color: 5649097.

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

Color convert

RGB 201 50 86 -
CMYK 0 0.75 0.57 0.21
HSL 345.7º 0.6% 0.49% -
HSV(B) 345.7º 0.75% 0.79% -
XYZ 26.91 15.37 10.35 -
YUV 99.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 201 50 86 0 0.75 0.57 0.21 345.7 0.6 0.49
Hex C9 32 56 0 4B 39 15 15A 3C 31
Octal 311 62 126 0 113 71 25 532 74 61
Binary 11001001 110010 1010110 0 1001011 111001 10101 101011010 111100 110001

Color Harmonies of #C93256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93256

Black with #C93256

Text Example


Text Example

White with #C93256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93256; }

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

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

background-color css

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

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

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

border-color css

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

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

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