Html Css Color HEX #C62858 Old Rose

📋 copy color: '#C62858'

red 198 ◦ green 40 ◦ blue 88

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

Shades of Old Rose #C62858

Tints of Old Rose #C62858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.99%

R = 60.74%
G = 12.27%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C62858 (or 0xC62858) is known color: Old Rose. HEX triplet: C6, 28 and 58. RGB value is (198,40,88). Sum of RGB (Red+Green+Blue) = 198+40+88=326 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.74% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 198 - color contains mainly: red. Hex color #C62858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62858 is #39D7A7. Grayscale: #5C5C5C. Windows color (decimal): -3790760 or 5777606. OLE color: 5777606.

HSL color Cylindrical-coordinate representation of color #C62858: hue angle of 341.77º 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 #C62858 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 88 -
CMYK 0 0.80 0.56 0.22
HSL 341.77º 0.66% 0.47% -
HSV(B) 341.77º 0.8% 0.78% -
XYZ 25.81 14.23 10.62 -
YUV 92.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 198 40 88 0 0.80 0.56 0.22 341.77 0.66 0.47
Hex C6 28 58 0 50 38 16 156 42 2F
Octal 306 50 130 0 120 70 26 526 102 57
Binary 11000110 101000 1011000 0 1010000 111000 10110 101010110 1000010 101111

Color Harmonies of #C62858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62858

Black with #C62858

Text Example


Text Example

White with #C62858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62858; }

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

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

background-color css

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

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

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

border-color css

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

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

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