Html Css Color HEX #C93252 Old Rose

📋 copy color: '#C93252'

red 201 ◦ green 50 ◦ blue 82

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

Shades of Old Rose #C93252

Tints of Old Rose #C93252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 60.36%
G = 15.02%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C93252 (or 0xC93252) is known color: Old Rose. HEX triplet: C9, 32 and 52. RGB value is (201,50,82). Sum of RGB (Red+Green+Blue) = 201+50+82=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C93252 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93252 is #36CDAD. Grayscale: #626262. Windows color (decimal): -3591598 or 5386953. OLE color: 5386953.

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

Color convert

RGB 201 50 82 -
CMYK 0 0.75 0.59 0.21
HSL 347.28º 0.6% 0.49% -
HSV(B) 347.28º 0.75% 0.79% -
XYZ 26.75 15.31 9.53 -
YUV 98.8 118.53 200.9 -
System Red Green Blue C M Y K H S L
Decimal 201 50 82 0 0.75 0.59 0.21 347.28 0.6 0.49
Hex C9 32 52 0 4B 3B 15 15B 3C 31
Octal 311 62 122 0 113 73 25 533 74 61
Binary 11001001 110010 1010010 0 1001011 111011 10101 101011011 111100 110001

Color Harmonies of #C93252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93252

Black with #C93252

Text Example


Text Example

White with #C93252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93252; }

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

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

background-color css

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

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

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

border-color css

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

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

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