Html Css Color HEX #C03948 Old Rose

📋 copy color: '#C03948'

red 192 ◦ green 57 ◦ blue 72

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

Shades of Old Rose #C03948

Tints of Old Rose #C03948

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

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

R = 59.81%
G = 17.76%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C03948 (or 0xC03948) is known color: Old Rose. HEX triplet: C0, 39 and 48. RGB value is (192,57,72). Sum of RGB (Red+Green+Blue) = 192+57+72=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C03948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03948 is #3FC6B7. Grayscale: #636363. Windows color (decimal): -4179640 or 4733376. OLE color: 4733376.

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

Color convert

RGB 192 57 72 -
CMYK 0 0.70 0.63 0.25
HSL 353.33º 0.54% 0.49% -
HSV(B) 353.33º 0.7% 0.75% -
XYZ 24.37 14.6 7.66 -
YUV 99.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 192 57 72 0 0.70 0.63 0.25 353.33 0.54 0.49
Hex C0 39 48 0 46 3F 19 161 36 31
Octal 300 71 110 0 106 77 31 541 66 61
Binary 11000000 111001 1001000 0 1000110 111111 11001 101100001 110110 110001

Color Harmonies of #C03948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03948

Black with #C03948

Text Example


Text Example

White with #C03948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03948; }

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

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

background-color css

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

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

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

border-color css

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

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

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