Html Css Color HEX #C02557 Old Rose

📋 copy color: '#C02557'

red 192 ◦ green 37 ◦ blue 87

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

Shades of Old Rose #C02557

Tints of Old Rose #C02557

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 60.76%
G = 11.71%
B = 27.53%

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

#C02557 (or 0xC02557) is known color: Old Rose. HEX triplet: C0, 25 and 57. RGB value is (192,37,87). Sum of RGB (Red+Green+Blue) = 192+37+87=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 87 (34.38% from 255 or 27.53% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C02557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02557 is #3FDAA8. Grayscale: #595959. Windows color (decimal): -4184745 or 5711296. OLE color: 5711296.

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

Color convert

RGB 192 37 87 -
CMYK 0 0.81 0.55 0.25
HSL 340.65º 0.68% 0.45% -
HSV(B) 340.65º 0.81% 0.75% -
XYZ 24.12 13.22 10.3 -
YUV 89.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 192 37 87 0 0.81 0.55 0.25 340.65 0.68 0.45
Hex C0 25 57 0 51 37 19 155 44 2D
Octal 300 45 127 0 121 67 31 525 104 55
Binary 11000000 100101 1010111 0 1010001 110111 11001 101010101 1000100 101101

Color Harmonies of #C02557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02557

Black with #C02557

Text Example


Text Example

White with #C02557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02557; }

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

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

background-color css

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

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

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

border-color css

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

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

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