Html Css Color HEX #C02261 Old Rose

📋 copy color: '#C02261'

red 192 ◦ green 34 ◦ blue 97

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

Shades of Old Rose #C02261

Tints of Old Rose #C02261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.53%

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

R = 59.44%
G = 10.53%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C02261 (or 0xC02261) is known color: Old Rose. HEX triplet: C0, 22 and 61. RGB value is (192,34,97). Sum of RGB (Red+Green+Blue) = 192+34+97=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 34 (13.67% from 255 or 10.53% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C02261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02261 is #3FDD9E. Grayscale: #585858. Windows color (decimal): -4185503 or 6365888. OLE color: 6365888.

HSL color Cylindrical-coordinate representation of color #C02261: hue angle of 336.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C02261 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 97 -
CMYK 0 0.82 0.49 0.25
HSL 336.08º 0.7% 0.44% -
HSV(B) 336.08º 0.82% 0.75% -
XYZ 24.47 13.21 12.57 -
YUV 88.42 132.85 201.88 -
System Red Green Blue C M Y K H S L
Decimal 192 34 97 0 0.82 0.49 0.25 336.08 0.7 0.44
Hex C0 22 61 0 52 31 19 150 46 2C
Octal 300 42 141 0 122 61 31 520 106 54
Binary 11000000 100010 1100001 0 1010010 110001 11001 101010000 1000110 101100

Color Harmonies of #C02261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02261

Black with #C02261

Text Example


Text Example

White with #C02261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02261; }

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

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

background-color css

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

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

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

border-color css

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

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

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