Html Css Color HEX #C03355 Old Rose

📋 copy color: '#C03355'

red 192 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #C03355

Tints of Old Rose #C03355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.55%

 BLUE value IS 85 (33.59% from 255) = 25.91%

R = 58.54%
G = 15.55%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C03355 (or 0xC03355) is known color: Old Rose. HEX triplet: C0, 33 and 55. RGB value is (192,51,85). Sum of RGB (Red+Green+Blue) = 192+51+85=328 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.54% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 85 (33.59% from 255 or 25.91% from 328); Max value from RGB is 192 - color contains mainly: red. Hex color #C03355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03355 is #3FCCAA. Grayscale: #616161. Windows color (decimal): -4181163 or 5583808. OLE color: 5583808.

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

Color convert

RGB 192 51 85 -
CMYK 0 0.73 0.56 0.25
HSL 345.53º 0.58% 0.48% -
HSV(B) 345.53º 0.73% 0.75% -
XYZ 24.56 14.23 10.05 -
YUV 97.04 121.21 195.74 -
System Red Green Blue C M Y K H S L
Decimal 192 51 85 0 0.73 0.56 0.25 345.53 0.58 0.48
Hex C0 33 55 0 49 38 19 15A 3A 30
Octal 300 63 125 0 111 70 31 532 72 60
Binary 11000000 110011 1010101 0 1001001 111000 11001 101011010 111010 110000

Color Harmonies of #C03355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03355

Black with #C03355

Text Example


Text Example

White with #C03355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03355; }

 p { color: rgb(192,51,85); }

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

background-color css

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

 a { background-color: rgb(192,51,85); }

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

border-color css

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

 span { border-color: rgb(192,51,85); }

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