Html Css Color HEX #C03C5B Old Rose

📋 copy color: '#C03C5B'

red 192 ◦ green 60 ◦ blue 91

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

Shades of Old Rose #C03C5B

Tints of Old Rose #C03C5B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.49%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 55.98%
G = 17.49%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C03C5B (or 0xC03C5B) is known color: Old Rose. HEX triplet: C0, 3C and 5B. RGB value is (192,60,91). Sum of RGB (Red+Green+Blue) = 192+60+91=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03C5B is #3FC3A4. Grayscale: #676767. Windows color (decimal): -4178853 or 5979328. OLE color: 5979328.

HSL color Cylindrical-coordinate representation of color #C03C5B: hue angle of 345.91º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C5B is Cyan = 0, Magento = 0.69, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 91 -
CMYK 0 0.69 0.53 0.25
HSL 345.91º 0.52% 0.49% -
HSV(B) 345.91º 0.69% 0.75% -
XYZ 25.24 15.19 11.5 -
YUV 103 121.23 191.48 -
System Red Green Blue C M Y K H S L
Decimal 192 60 91 0 0.69 0.53 0.25 345.91 0.52 0.49
Hex C0 3C 5B 0 45 35 19 15A 34 31
Octal 300 74 133 0 105 65 31 532 64 61
Binary 11000000 111100 1011011 0 1000101 110101 11001 101011010 110100 110001

Color Harmonies of #C03C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C5B

Black with #C03C5B

Text Example


Text Example

White with #C03C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C5B; }

 p { color: rgb(192,60,91); }

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

background-color css

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

 a { background-color: rgb(192,60,91); }

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

border-color css

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

 span { border-color: rgb(192,60,91); }

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