Html Css Color HEX #C02461 Old Rose

📋 copy color: '#C02461'

red 192 ◦ green 36 ◦ blue 97

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

Shades of Old Rose #C02461

Tints of Old Rose #C02461

RGB

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

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

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

R = 59.08%
G = 11.08%
B = 29.85%

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

#C02461 (or 0xC02461) is known color: Old Rose. HEX triplet: C0, 24 and 61. RGB value is (192,36,97). Sum of RGB (Red+Green+Blue) = 192+36+97=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C02461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02461 is #3FDB9E. Grayscale: #595959. Windows color (decimal): -4184991 or 6366400. OLE color: 6366400.

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

Color convert

RGB 192 36 97 -
CMYK 0 0.81 0.49 0.25
HSL 336.54º 0.68% 0.45% -
HSV(B) 336.54º 0.81% 0.75% -
XYZ 24.53 13.33 12.59 -
YUV 89.6 132.18 201.04 -
System Red Green Blue C M Y K H S L
Decimal 192 36 97 0 0.81 0.49 0.25 336.54 0.68 0.45
Hex C0 24 61 0 51 31 19 151 44 2D
Octal 300 44 141 0 121 61 31 521 104 55
Binary 11000000 100100 1100001 0 1010001 110001 11001 101010001 1000100 101101

Color Harmonies of #C02461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02461

Black with #C02461

Text Example


Text Example

White with #C02461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02461; }

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

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

background-color css

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

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

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

border-color css

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

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

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