Html Css Color HEX #C02363 Old Rose

📋 copy color: '#C02363'

red 192 ◦ green 35 ◦ blue 99

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

Shades of Old Rose #C02363

Tints of Old Rose #C02363

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.74%

 BLUE value IS 99 (39.06% from 255) = 30.37%

R = 58.9%
G = 10.74%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C02363 (or 0xC02363) is known color: Old Rose. HEX triplet: C0, 23 and 63. RGB value is (192,35,99). Sum of RGB (Red+Green+Blue) = 192+35+99=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02363 is #3FDC9C. Grayscale: #595959. Windows color (decimal): -4185245 or 6497216. OLE color: 6497216.

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

Color convert

RGB 192 35 99 -
CMYK 0 0.82 0.48 0.25
HSL 335.54º 0.69% 0.45% -
HSV(B) 335.54º 0.82% 0.75% -
XYZ 24.59 13.31 13.08 -
YUV 89.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 192 35 99 0 0.82 0.48 0.25 335.54 0.69 0.45
Hex C0 23 63 0 52 30 19 150 45 2D
Octal 300 43 143 0 122 60 31 520 105 55
Binary 11000000 100011 1100011 0 1010010 110000 11001 101010000 1000101 101101

Color Harmonies of #C02363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02363

Black with #C02363

Text Example


Text Example

White with #C02363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02363; }

 p { color: rgb(192,35,99); }

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

background-color css

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

 a { background-color: rgb(192,35,99); }

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

border-color css

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

 span { border-color: rgb(192,35,99); }

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