Html Css Color HEX #C02861 Old Rose

📋 copy color: '#C02861'

red 192 ◦ green 40 ◦ blue 97

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

Shades of Old Rose #C02861

Tints of Old Rose #C02861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 58.36%
G = 12.16%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C02861 (or 0xC02861) is known color: Old Rose. HEX triplet: C0, 28 and 61. RGB value is (192,40,97). Sum of RGB (Red+Green+Blue) = 192+40+97=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 97 (38.28% from 255 or 29.48% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02861 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02861 is #3FD79E. Grayscale: #5B5B5B. Windows color (decimal): -4183967 or 6367424. OLE color: 6367424.

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

Color convert

RGB 192 40 97 -
CMYK 0 0.79 0.49 0.25
HSL 337.5º 0.66% 0.45% -
HSV(B) 337.5º 0.79% 0.75% -
XYZ 24.65 13.59 12.63 -
YUV 91.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 192 40 97 0 0.79 0.49 0.25 337.5 0.66 0.45
Hex C0 28 61 0 4F 31 19 152 42 2D
Octal 300 50 141 0 117 61 31 522 102 55
Binary 11000000 101000 1100001 0 1001111 110001 11001 101010010 1000010 101101

Color Harmonies of #C02861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02861

Black with #C02861

Text Example


Text Example

White with #C02861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02861; }

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

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

background-color css

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

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

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

border-color css

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

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

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