Html Css Color HEX #C02457 Old Rose

📋 copy color: '#C02457'

red 192 ◦ green 36 ◦ blue 87

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

Shades of Old Rose #C02457

Tints of Old Rose #C02457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 27.62%

R = 60.95%
G = 11.43%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C02457 (or 0xC02457) is known color: Old Rose. HEX triplet: C0, 24 and 57. RGB value is (192,36,87). Sum of RGB (Red+Green+Blue) = 192+36+87=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 87 (34.38% from 255 or 27.62% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02457 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02457 is #3FDBA8. Grayscale: #585858. Windows color (decimal): -4185001 or 5711040. OLE color: 5711040.

HSL color Cylindrical-coordinate representation of color #C02457: hue angle of 340.38º 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 #C02457 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 36 87 -
CMYK 0 0.81 0.55 0.25
HSL 340.38º 0.68% 0.45% -
HSV(B) 340.38º 0.81% 0.75% -
XYZ 24.09 13.16 10.29 -
YUV 88.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 192 36 87 0 0.81 0.55 0.25 340.38 0.68 0.45
Hex C0 24 57 0 51 37 19 154 44 2D
Octal 300 44 127 0 121 67 31 524 104 55
Binary 11000000 100100 1010111 0 1010001 110111 11001 101010100 1000100 101101

Color Harmonies of #C02457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02457

Black with #C02457

Text Example


Text Example

White with #C02457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02457; }

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

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

background-color css

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

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

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

border-color css

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

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

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