Html Css Color HEX #C02458 Old Rose

📋 copy color: '#C02458'

red 192 ◦ green 36 ◦ blue 88

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

Shades of Old Rose #C02458

Tints of Old Rose #C02458

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.39%

 BLUE value IS 88 (34.77% from 255) = 27.85%

R = 60.76%
G = 11.39%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C02458 (or 0xC02458) is known color: Old Rose. HEX triplet: C0, 24 and 58. RGB value is (192,36,88). Sum of RGB (Red+Green+Blue) = 192+36+88=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 88 (34.77% from 255 or 27.85% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C02458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02458 is #3FDBA7. Grayscale: #585858. Windows color (decimal): -4185000 or 5776576. OLE color: 5776576.

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

Color convert

RGB 192 36 88 -
CMYK 0 0.81 0.54 0.25
HSL 340º 0.68% 0.45% -
HSV(B) 340º 0.81% 0.75% -
XYZ 24.13 13.17 10.5 -
YUV 88.57 127.68 201.77 -
System Red Green Blue C M Y K H S L
Decimal 192 36 88 0 0.81 0.54 0.25 340 0.68 0.45
Hex C0 24 58 0 51 36 19 154 44 2D
Octal 300 44 130 0 121 66 31 524 104 55
Binary 11000000 100100 1011000 0 1010001 110110 11001 101010100 1000100 101101

Color Harmonies of #C02458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02458

Black with #C02458

Text Example


Text Example

White with #C02458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02458; }

 p { color: rgb(192,36,88); }

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

background-color css

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

 a { background-color: rgb(192,36,88); }

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

border-color css

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

 span { border-color: rgb(192,36,88); }

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