Html Css Color HEX #C02561 Old Rose

📋 copy color: '#C02561'

red 192 ◦ green 37 ◦ blue 97

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

Shades of Old Rose #C02561

Tints of Old Rose #C02561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.75%

R = 58.9%
G = 11.35%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C02561 (or 0xC02561) is known color: Old Rose. HEX triplet: C0, 25 and 61. RGB value is (192,37,97). Sum of RGB (Red+Green+Blue) = 192+37+97=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 37 (14.84% from 255 or 11.35% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02561 is #3FDA9E. Grayscale: #5A5A5A. Windows color (decimal): -4184735 or 6366656. OLE color: 6366656.

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

Color convert

RGB 192 37 97 -
CMYK 0 0.81 0.49 0.25
HSL 336.77º 0.68% 0.45% -
HSV(B) 336.77º 0.81% 0.75% -
XYZ 24.56 13.39 12.6 -
YUV 90.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 192 37 97 0 0.81 0.49 0.25 336.77 0.68 0.45
Hex C0 25 61 0 51 31 19 151 44 2D
Octal 300 45 141 0 121 61 31 521 104 55
Binary 11000000 100101 1100001 0 1010001 110001 11001 101010001 1000100 101101

Color Harmonies of #C02561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02561

Black with #C02561

Text Example


Text Example

White with #C02561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02561; }

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

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

background-color css

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

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

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

border-color css

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

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

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