Html Css Color HEX #C03552 Old Rose

📋 copy color: '#C03552'

red 192 ◦ green 53 ◦ blue 82

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

Shades of Old Rose #C03552

Tints of Old Rose #C03552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.08%

R = 58.72%
G = 16.21%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C03552 (or 0xC03552) is known color: Old Rose. HEX triplet: C0, 35 and 52. RGB value is (192,53,82). Sum of RGB (Red+Green+Blue) = 192+53+82=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C03552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03552 is #3FCAAD. Grayscale: #616161. Windows color (decimal): -4180654 or 5387712. OLE color: 5387712.

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

Color convert

RGB 192 53 82 -
CMYK 0 0.72 0.57 0.25
HSL 347.48º 0.57% 0.48% -
HSV(B) 347.48º 0.72% 0.75% -
XYZ 24.53 14.36 9.46 -
YUV 97.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 192 53 82 0 0.72 0.57 0.25 347.48 0.57 0.48
Hex C0 35 52 0 48 39 19 15B 39 30
Octal 300 65 122 0 110 71 31 533 71 60
Binary 11000000 110101 1010010 0 1001000 111001 11001 101011011 111001 110000

Color Harmonies of #C03552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03552

Black with #C03552

Text Example


Text Example

White with #C03552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03552; }

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

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

background-color css

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

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

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

border-color css

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

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

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