Html Css Color HEX #C63158 Old Rose

📋 copy color: '#C63158'

red 198 ◦ green 49 ◦ blue 88

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

Shades of Old Rose #C63158

Tints of Old Rose #C63158

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.63%

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

R = 59.1%
G = 14.63%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C63158 (or 0xC63158) is known color: Old Rose. HEX triplet: C6, 31 and 58. RGB value is (198,49,88). Sum of RGB (Red+Green+Blue) = 198+49+88=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C63158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63158 is #39CEA7. Grayscale: #616161. Windows color (decimal): -3788456 or 5779910. OLE color: 5779910.

HSL color Cylindrical-coordinate representation of color #C63158: hue angle of 344.3º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63158 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 88 -
CMYK 0 0.75 0.56 0.22
HSL 344.3º 0.6% 0.48% -
HSV(B) 344.3º 0.75% 0.78% -
XYZ 26.15 14.91 10.73 -
YUV 98 122.36 199.33 -
System Red Green Blue C M Y K H S L
Decimal 198 49 88 0 0.75 0.56 0.22 344.3 0.6 0.48
Hex C6 31 58 0 4B 38 16 158 3C 30
Octal 306 61 130 0 113 70 26 530 74 60
Binary 11000110 110001 1011000 0 1001011 111000 10110 101011000 111100 110000

Color Harmonies of #C63158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63158

Black with #C63158

Text Example


Text Example

White with #C63158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63158; }

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

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

background-color css

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

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

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

border-color css

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

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

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