Html Css Color HEX #C03056 Old Rose

📋 copy color: '#C03056'

red 192 ◦ green 48 ◦ blue 86

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

Shades of Old Rose #C03056

Tints of Old Rose #C03056

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.72%

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 58.9%
G = 14.72%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03056 (or 0xC03056) is known color: Old Rose. HEX triplet: C0, 30 and 56. RGB value is (192,48,86). Sum of RGB (Red+Green+Blue) = 192+48+86=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C03056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03056 is #3FCFA9. Grayscale: #5F5F5F. Windows color (decimal): -4181930 or 5648576. OLE color: 5648576.

HSL color Cylindrical-coordinate representation of color #C03056: hue angle of 344.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03056 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 86 -
CMYK 0 0.75 0.55 0.25
HSL 344.17º 0.6% 0.47% -
HSV(B) 344.17º 0.75% 0.75% -
XYZ 24.47 13.99 10.21 -
YUV 95.39 122.71 196.91 -
System Red Green Blue C M Y K H S L
Decimal 192 48 86 0 0.75 0.55 0.25 344.17 0.6 0.47
Hex C0 30 56 0 4B 37 19 158 3C 2F
Octal 300 60 126 0 113 67 31 530 74 57
Binary 11000000 110000 1010110 0 1001011 110111 11001 101011000 111100 101111

Color Harmonies of #C03056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03056

Black with #C03056

Text Example


Text Example

White with #C03056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03056; }

 p { color: rgb(192,48,86); }

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

background-color css

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

 a { background-color: rgb(192,48,86); }

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

border-color css

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

 span { border-color: rgb(192,48,86); }

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