Html Css Color HEX #C62361 Old Rose

📋 copy color: '#C62361'

red 198 ◦ green 35 ◦ blue 97

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

Shades of Old Rose #C62361

Tints of Old Rose #C62361

RGB

 RED value IS 198 (77.73% from 255) = 60%

 GREEN value IS 35 (14.06% from 255) = 10.61%

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

R = 60%
G = 10.61%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C62361 (or 0xC62361) is known color: Old Rose. HEX triplet: C6, 23 and 61. RGB value is (198,35,97). Sum of RGB (Red+Green+Blue) = 198+35+97=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C62361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62361 is #39DC9E. Grayscale: #5A5A5A. Windows color (decimal): -3792031 or 6366150. OLE color: 6366150.

HSL color Cylindrical-coordinate representation of color #C62361: hue angle of 337.18º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62361 is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 35 97 -
CMYK 0 0.82 0.51 0.22
HSL 337.18º 0.7% 0.46% -
HSV(B) 337.18º 0.82% 0.78% -
XYZ 26.05 14.07 12.65 -
YUV 90.81 131.5 204.46 -
System Red Green Blue C M Y K H S L
Decimal 198 35 97 0 0.82 0.51 0.22 337.18 0.7 0.46
Hex C6 23 61 0 52 33 16 151 46 2E
Octal 306 43 141 0 122 63 26 521 106 56
Binary 11000110 100011 1100001 0 1010010 110011 10110 101010001 1000110 101110

Color Harmonies of #C62361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62361

Black with #C62361

Text Example


Text Example

White with #C62361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62361; }

 p { color: rgb(198,35,97); }

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

background-color css

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

 a { background-color: rgb(198,35,97); }

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

border-color css

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

 span { border-color: rgb(198,35,97); }

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