Html Css Color HEX #C03062 Old Rose

📋 copy color: '#C03062'

red 192 ◦ green 48 ◦ blue 98

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

Shades of Old Rose #C03062

Tints of Old Rose #C03062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.99%

R = 56.8%
G = 14.2%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C03062 (or 0xC03062) is known color: Old Rose. HEX triplet: C0, 30 and 62. RGB value is (192,48,98). Sum of RGB (Red+Green+Blue) = 192+48+98=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 98 (38.67% from 255 or 28.99% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C03062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03062 is #3FCF9D. Grayscale: #606060. Windows color (decimal): -4181918 or 6435008. OLE color: 6435008.

HSL color Cylindrical-coordinate representation of color #C03062: hue angle of 339.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 #C03062 is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 98 -
CMYK 0 0.75 0.49 0.25
HSL 339.17º 0.6% 0.47% -
HSV(B) 339.17º 0.75% 0.75% -
XYZ 25 14.2 12.98 -
YUV 96.76 128.71 195.93 -
System Red Green Blue C M Y K H S L
Decimal 192 48 98 0 0.75 0.49 0.25 339.17 0.6 0.47
Hex C0 30 62 0 4B 31 19 153 3C 2F
Octal 300 60 142 0 113 61 31 523 74 57
Binary 11000000 110000 1100010 0 1001011 110001 11001 101010011 111100 101111

Color Harmonies of #C03062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03062

Black with #C03062

Text Example


Text Example

White with #C03062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03062; }

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

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

background-color css

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

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

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

border-color css

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

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

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