Html Css Color HEX #C62860 Old Rose

📋 copy color: '#C62860'

red 198 ◦ green 40 ◦ blue 96

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

Shades of Old Rose #C62860

Tints of Old Rose #C62860

RGB

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

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

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

R = 59.28%
G = 11.98%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C62860 (or 0xC62860) is known color: Old Rose. HEX triplet: C6, 28 and 60. RGB value is (198,40,96). Sum of RGB (Red+Green+Blue) = 198+40+96=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 40 (16.02% from 255 or 11.98% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C62860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62860 is #39D79F. Grayscale: #5D5D5D. Windows color (decimal): -3790752 or 6301894. OLE color: 6301894.

HSL color Cylindrical-coordinate representation of color #C62860: hue angle of 338.73º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62860 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 96 -
CMYK 0 0.80 0.52 0.22
HSL 338.73º 0.66% 0.47% -
HSV(B) 338.73º 0.8% 0.78% -
XYZ 26.16 14.37 12.46 -
YUV 93.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 198 40 96 0 0.80 0.52 0.22 338.73 0.66 0.47
Hex C6 28 60 0 50 34 16 153 42 2F
Octal 306 50 140 0 120 64 26 523 102 57
Binary 11000110 101000 1100000 0 1010000 110100 10110 101010011 1000010 101111

Color Harmonies of #C62860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62860

Black with #C62860

Text Example


Text Example

White with #C62860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62860; }

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

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

background-color css

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

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

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

border-color css

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

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

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