Html Css Color HEX #C03B57 Old Rose

📋 copy color: '#C03B57'

red 192 ◦ green 59 ◦ blue 87

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

Shades of Old Rose #C03B57

Tints of Old Rose #C03B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.46%

 BLUE value IS 87 (34.38% from 255) = 25.74%

R = 56.8%
G = 17.46%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03B57 (or 0xC03B57) is known color: Old Rose. HEX triplet: C0, 3B and 57. RGB value is (192,59,87). Sum of RGB (Red+Green+Blue) = 192+59+87=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 59 (23.44% from 255 or 17.46% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B57 is #3FC4A8. Grayscale: #656565. Windows color (decimal): -4179113 or 5716928. OLE color: 5716928.

HSL color Cylindrical-coordinate representation of color #C03B57: hue angle of 347.37º degrees, saturation: 0.53, 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 #C03B57 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 87 -
CMYK 0 0.69 0.55 0.25
HSL 347.37º 0.53% 0.49% -
HSV(B) 347.37º 0.69% 0.75% -
XYZ 25.02 15.02 10.6 -
YUV 101.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 192 59 87 0 0.69 0.55 0.25 347.37 0.53 0.49
Hex C0 3B 57 0 45 37 19 15B 35 31
Octal 300 73 127 0 105 67 31 533 65 61
Binary 11000000 111011 1010111 0 1000101 110111 11001 101011011 110101 110001

Color Harmonies of #C03B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B57

Black with #C03B57

Text Example


Text Example

White with #C03B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B57; }

 p { color: rgb(192,59,87); }

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

background-color css

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

 a { background-color: rgb(192,59,87); }

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

border-color css

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

 span { border-color: rgb(192,59,87); }

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