Html Css Color HEX #C62460 Old Rose

📋 copy color: '#C62460'

red 198 ◦ green 36 ◦ blue 96

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

Shades of Old Rose #C62460

Tints of Old Rose #C62460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.09%

R = 60%
G = 10.91%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C62460 (or 0xC62460) is known color: Old Rose. HEX triplet: C6, 24 and 60. RGB value is (198,36,96). Sum of RGB (Red+Green+Blue) = 198+36+96=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 36 (14.45% from 255 or 10.91% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C62460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62460 is #39DB9F. Grayscale: #5B5B5B. Windows color (decimal): -3791776 or 6300870. OLE color: 6300870.

HSL color Cylindrical-coordinate representation of color #C62460: hue angle of 337.78º degrees, saturation: 0.69, 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 #C62460 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 36 96 -
CMYK 0 0.82 0.52 0.22
HSL 337.78º 0.69% 0.46% -
HSV(B) 337.78º 0.82% 0.78% -
XYZ 26.03 14.11 12.42 -
YUV 91.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 198 36 96 0 0.82 0.52 0.22 337.78 0.69 0.46
Hex C6 24 60 0 52 34 16 152 45 2E
Octal 306 44 140 0 122 64 26 522 105 56
Binary 11000110 100100 1100000 0 1010010 110100 10110 101010010 1000101 101110

Color Harmonies of #C62460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62460

Black with #C62460

Text Example


Text Example

White with #C62460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62460; }

 p { color: rgb(198,36,96); }

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

background-color css

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

 a { background-color: rgb(198,36,96); }

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

border-color css

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

 span { border-color: rgb(198,36,96); }

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