Html Css Color HEX #C93458 Old Rose

📋 copy color: '#C93458'

red 201 ◦ green 52 ◦ blue 88

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

Shades of Old Rose #C93458

Tints of Old Rose #C93458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.25%

 BLUE value IS 88 (34.77% from 255) = 25.81%

R = 58.94%
G = 15.25%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.21

RGB Variations

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

Color information

#C93458 (or 0xC93458) is known color: Old Rose. HEX triplet: C9, 34 and 58. RGB value is (201,52,88). Sum of RGB (Red+Green+Blue) = 201+52+88=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 52 (20.70% from 255 or 15.25% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C93458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93458 is #36CBA7. Grayscale: #646464. Windows color (decimal): -3591080 or 5780681. OLE color: 5780681.

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

Color convert

RGB 201 52 88 -
CMYK 0 0.74 0.56 0.21
HSL 345.5º 0.59% 0.5% -
HSV(B) 345.5º 0.74% 0.79% -
XYZ 27.08 15.58 10.81 -
YUV 100.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 201 52 88 0 0.74 0.56 0.21 345.5 0.59 0.5
Hex C9 34 58 0 4A 38 15 15A 3B 32
Octal 311 64 130 0 112 70 25 532 73 62
Binary 11001001 110100 1011000 0 1001010 111000 10101 101011010 111011 110010

Color Harmonies of #C93458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93458

Black with #C93458

Text Example


Text Example

White with #C93458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93458; }

 p { color: rgb(201,52,88); }

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

background-color css

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

 a { background-color: rgb(201,52,88); }

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

border-color css

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

 span { border-color: rgb(201,52,88); }

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