Html Css Color HEX #C03556 Old Rose

📋 copy color: '#C03556'

red 192 ◦ green 53 ◦ blue 86

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

Shades of Old Rose #C03556

Tints of Old Rose #C03556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.98%

R = 58.01%
G = 16.01%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03556 (or 0xC03556) is known color: Old Rose. HEX triplet: C0, 35 and 56. RGB value is (192,53,86). Sum of RGB (Red+Green+Blue) = 192+53+86=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 86 (33.98% from 255 or 25.98% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C03556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03556 is #3FCAA9. Grayscale: #626262. Windows color (decimal): -4180650 or 5649856. OLE color: 5649856.

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

Color convert

RGB 192 53 86 -
CMYK 0 0.72 0.55 0.25
HSL 345.76º 0.57% 0.48% -
HSV(B) 345.76º 0.72% 0.75% -
XYZ 24.69 14.42 10.29 -
YUV 98.32 121.05 194.82 -
System Red Green Blue C M Y K H S L
Decimal 192 53 86 0 0.72 0.55 0.25 345.76 0.57 0.48
Hex C0 35 56 0 48 37 19 15A 39 30
Octal 300 65 126 0 110 67 31 532 71 60
Binary 11000000 110101 1010110 0 1001000 110111 11001 101011010 111001 110000

Color Harmonies of #C03556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03556

Black with #C03556

Text Example


Text Example

White with #C03556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03556; }

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

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

background-color css

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

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

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

border-color css

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

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

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