Html Css Color HEX #C93052 Old Rose

📋 copy color: '#C93052'

red 201 ◦ green 48 ◦ blue 82

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

Shades of Old Rose #C93052

Tints of Old Rose #C93052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

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

R = 60.73%
G = 14.5%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.21

RGB Variations

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

Color information

#C93052 (or 0xC93052) is known color: Old Rose. HEX triplet: C9, 30 and 52. RGB value is (201,48,82). Sum of RGB (Red+Green+Blue) = 201+48+82=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C93052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93052 is #36CFAD. Grayscale: #616161. Windows color (decimal): -3592110 or 5386441. OLE color: 5386441.

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

Color convert

RGB 201 48 82 -
CMYK 0 0.76 0.59 0.21
HSL 346.67º 0.61% 0.49% -
HSV(B) 346.67º 0.76% 0.79% -
XYZ 26.67 15.14 9.5 -
YUV 97.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 201 48 82 0 0.76 0.59 0.21 346.67 0.61 0.49
Hex C9 30 52 0 4C 3B 15 15B 3D 31
Octal 311 60 122 0 114 73 25 533 75 61
Binary 11001001 110000 1010010 0 1001100 111011 10101 101011011 111101 110001

Color Harmonies of #C93052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93052

Black with #C93052

Text Example


Text Example

White with #C93052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93052; }

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

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

background-color css

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

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

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

border-color css

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

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

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