Html Css Color HEX #C03350 Old Rose

📋 copy color: '#C03350'

red 192 ◦ green 51 ◦ blue 80

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

Shades of Old Rose #C03350

Tints of Old Rose #C03350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.77%

R = 59.44%
G = 15.79%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C03350 (or 0xC03350) is known color: Old Rose. HEX triplet: C0, 33 and 50. RGB value is (192,51,80). Sum of RGB (Red+Green+Blue) = 192+51+80=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03350 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03350 is #3FCCAF. Grayscale: #606060. Windows color (decimal): -4181168 or 5256128. OLE color: 5256128.

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

Color convert

RGB 192 51 80 -
CMYK 0 0.73 0.58 0.25
HSL 347.66º 0.58% 0.48% -
HSV(B) 347.66º 0.73% 0.75% -
XYZ 24.37 14.15 9.04 -
YUV 96.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 192 51 80 0 0.73 0.58 0.25 347.66 0.58 0.48
Hex C0 33 50 0 49 3A 19 15C 3A 30
Octal 300 63 120 0 111 72 31 534 72 60
Binary 11000000 110011 1010000 0 1001001 111010 11001 101011100 111010 110000

Color Harmonies of #C03350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03350

Black with #C03350

Text Example


Text Example

White with #C03350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03350; }

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

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

background-color css

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

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

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

border-color css

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

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

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