Html Css Color HEX #C93850 Old Rose

📋 copy color: '#C93850'

red 201 ◦ green 56 ◦ blue 80

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

Shades of Old Rose #C93850

Tints of Old Rose #C93850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 59.64%
G = 16.62%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#C93850 (or 0xC93850) is known color: Old Rose. HEX triplet: C9, 38 and 50. RGB value is (201,56,80). Sum of RGB (Red+Green+Blue) = 201+56+80=337 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.64% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 201 - color contains mainly: red. Hex color #C93850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93850 is #36C7AF. Grayscale: #666666. Windows color (decimal): -3590064 or 5257417. OLE color: 5257417.

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

Color convert

RGB 201 56 80 -
CMYK 0 0.72 0.60 0.21
HSL 350.07º 0.57% 0.5% -
HSV(B) 350.07º 0.72% 0.79% -
XYZ 26.95 15.83 9.22 -
YUV 102.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 201 56 80 0 0.72 0.60 0.21 350.07 0.57 0.5
Hex C9 38 50 0 48 3C 15 15E 39 32
Octal 311 70 120 0 110 74 25 536 71 62
Binary 11001001 111000 1010000 0 1001000 111100 10101 101011110 111001 110010

Color Harmonies of #C93850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93850

Black with #C93850

Text Example


Text Example

White with #C93850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93850; }

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

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

background-color css

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

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

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

border-color css

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

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

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