Html Css Color HEX #C03C48 Old Rose

📋 copy color: '#C03C48'

red 192 ◦ green 60 ◦ blue 72

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

Shades of Old Rose #C03C48

Tints of Old Rose #C03C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.52%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 59.26%
G = 18.52%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C03C48 (or 0xC03C48) is known color: Old Rose. HEX triplet: C0, 3C and 48. RGB value is (192,60,72). Sum of RGB (Red+Green+Blue) = 192+60+72=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 60 (23.83% from 255 or 18.52% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C48 is #3FC3B7. Grayscale: #646464. Windows color (decimal): -4178872 or 4734144. OLE color: 4734144.

HSL color Cylindrical-coordinate representation of color #C03C48: hue angle of 354.55º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03C48 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 60 72 -
CMYK 0 0.69 0.63 0.25
HSL 354.55º 0.52% 0.49% -
HSV(B) 354.55º 0.69% 0.75% -
XYZ 24.52 14.91 7.72 -
YUV 100.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 192 60 72 0 0.69 0.63 0.25 354.55 0.52 0.49
Hex C0 3C 48 0 45 3F 19 163 34 31
Octal 300 74 110 0 105 77 31 543 64 61
Binary 11000000 111100 1001000 0 1000101 111111 11001 101100011 110100 110001

Color Harmonies of #C03C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C48

Black with #C03C48

Text Example


Text Example

White with #C03C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C48; }

 p { color: rgb(192,60,72); }

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

background-color css

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

 a { background-color: rgb(192,60,72); }

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

border-color css

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

 span { border-color: rgb(192,60,72); }

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