Html Css Color HEX #C63160 Old Rose

📋 copy color: '#C63160'

red 198 ◦ green 49 ◦ blue 96

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

Shades of Old Rose #C63160

Tints of Old Rose #C63160

RGB

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

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

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

R = 57.73%
G = 14.29%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C63160 (or 0xC63160) is known color: Old Rose. HEX triplet: C6, 31 and 60. RGB value is (198,49,96). Sum of RGB (Red+Green+Blue) = 198+49+96=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C63160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63160 is #39CE9F. Grayscale: #626262. Windows color (decimal): -3788448 or 6304198. OLE color: 6304198.

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

Color convert

RGB 198 49 96 -
CMYK 0 0.75 0.52 0.22
HSL 341.07º 0.6% 0.48% -
HSV(B) 341.07º 0.75% 0.78% -
XYZ 26.5 15.05 12.57 -
YUV 98.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 198 49 96 0 0.75 0.52 0.22 341.07 0.6 0.48
Hex C6 31 60 0 4B 34 16 155 3C 30
Octal 306 61 140 0 113 64 26 525 74 60
Binary 11000110 110001 1100000 0 1001011 110100 10110 101010101 111100 110000

Color Harmonies of #C63160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63160

Black with #C63160

Text Example


Text Example

White with #C63160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63160; }

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

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

background-color css

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

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

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

border-color css

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

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

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