Html Css Color HEX #C03153 Old Rose

📋 copy color: '#C03153'

red 192 ◦ green 49 ◦ blue 83

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

Shades of Old Rose #C03153

Tints of Old Rose #C03153

RGB

 RED value IS 192 (75.39% from 255) = 59.26%

 GREEN value IS 49 (19.53% from 255) = 15.12%

 BLUE value IS 83 (32.81% from 255) = 25.62%

R = 59.26%
G = 15.12%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03153 (or 0xC03153) is known color: Old Rose. HEX triplet: C0, 31 and 53. RGB value is (192,49,83). Sum of RGB (Red+Green+Blue) = 192+49+83=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C03153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03153 is #3FCEAC. Grayscale: #5F5F5F. Windows color (decimal): -4181677 or 5452224. OLE color: 5452224.

HSL color Cylindrical-coordinate representation of color #C03153: hue angle of 345.73º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03153 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 83 -
CMYK 0 0.74 0.57 0.25
HSL 345.73º 0.59% 0.47% -
HSV(B) 345.73º 0.74% 0.75% -
XYZ 24.4 14.03 9.61 -
YUV 95.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 192 49 83 0 0.74 0.57 0.25 345.73 0.59 0.47
Hex C0 31 53 0 4A 39 19 15A 3B 2F
Octal 300 61 123 0 112 71 31 532 73 57
Binary 11000000 110001 1010011 0 1001010 111001 11001 101011010 111011 101111

Color Harmonies of #C03153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03153

Black with #C03153

Text Example


Text Example

White with #C03153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03153; }

 p { color: rgb(192,49,83); }

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

background-color css

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

 a { background-color: rgb(192,49,83); }

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

border-color css

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

 span { border-color: rgb(192,49,83); }

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