Html Css Color HEX #C03648 Old Rose

📋 copy color: '#C03648'

red 192 ◦ green 54 ◦ blue 72

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

Shades of Old Rose #C03648

Tints of Old Rose #C03648

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 60.38%
G = 16.98%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C03648 (or 0xC03648) is known color: Old Rose. HEX triplet: C0, 36 and 48. RGB value is (192,54,72). Sum of RGB (Red+Green+Blue) = 192+54+72=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C03648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03648 is #3FC9B7. Grayscale: #616161. Windows color (decimal): -4180408 or 4732608. OLE color: 4732608.

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

Color convert

RGB 192 54 72 -
CMYK 0 0.72 0.63 0.25
HSL 352.17º 0.56% 0.48% -
HSV(B) 352.17º 0.72% 0.75% -
XYZ 24.23 14.31 7.62 -
YUV 97.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 192 54 72 0 0.72 0.63 0.25 352.17 0.56 0.48
Hex C0 36 48 0 48 3F 19 160 38 30
Octal 300 66 110 0 110 77 31 540 70 60
Binary 11000000 110110 1001000 0 1001000 111111 11001 101100000 111000 110000

Color Harmonies of #C03648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03648

Black with #C03648

Text Example


Text Example

White with #C03648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03648; }

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

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

background-color css

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

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

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

border-color css

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

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

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