Html Css Color HEX #C03558 Old Rose

📋 copy color: '#C03558'

red 192 ◦ green 53 ◦ blue 88

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

Shades of Old Rose #C03558

Tints of Old Rose #C03558

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.92%

 BLUE value IS 88 (34.77% from 255) = 26.43%

R = 57.66%
G = 15.92%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C03558 (or 0xC03558) is known color: Old Rose. HEX triplet: C0, 35 and 58. RGB value is (192,53,88). Sum of RGB (Red+Green+Blue) = 192+53+88=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 88 (34.77% from 255 or 26.43% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C03558 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03558 is #3FCAA7. Grayscale: #626262. Windows color (decimal): -4180648 or 5780928. OLE color: 5780928.

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

Color convert

RGB 192 53 88 -
CMYK 0 0.72 0.54 0.25
HSL 344.89º 0.57% 0.48% -
HSV(B) 344.89º 0.72% 0.75% -
XYZ 24.77 14.46 10.72 -
YUV 98.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 192 53 88 0 0.72 0.54 0.25 344.89 0.57 0.48
Hex C0 35 58 0 48 36 19 159 39 30
Octal 300 65 130 0 110 66 31 531 71 60
Binary 11000000 110101 1011000 0 1001000 110110 11001 101011001 111001 110000

Color Harmonies of #C03558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03558

Black with #C03558

Text Example


Text Example

White with #C03558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03558; }

 p { color: rgb(192,53,88); }

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

background-color css

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

 a { background-color: rgb(192,53,88); }

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

border-color css

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

 span { border-color: rgb(192,53,88); }

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