Html Css Color HEX #C63460 Old Rose

📋 copy color: '#C63460'

red 198 ◦ green 52 ◦ blue 96

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

Shades of Old Rose #C63460

Tints of Old Rose #C63460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.03%

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

R = 57.23%
G = 15.03%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C63460 (or 0xC63460) is known color: Old Rose. HEX triplet: C6, 34 and 60. RGB value is (198,52,96). Sum of RGB (Red+Green+Blue) = 198+52+96=346 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.23% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 198 - color contains mainly: red. Hex color #C63460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63460 is #39CB9F. Grayscale: #646464. Windows color (decimal): -3787680 or 6304966. OLE color: 6304966.

HSL color Cylindrical-coordinate representation of color #C63460: hue angle of 341.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63460 is Cyan = 0, Magento = 0.74, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 52 96 -
CMYK 0 0.74 0.52 0.22
HSL 341.92º 0.58% 0.49% -
HSV(B) 341.92º 0.74% 0.78% -
XYZ 26.63 15.31 12.62 -
YUV 100.67 125.37 197.42 -
System Red Green Blue C M Y K H S L
Decimal 198 52 96 0 0.74 0.52 0.22 341.92 0.58 0.49
Hex C6 34 60 0 4A 34 16 156 3A 31
Octal 306 64 140 0 112 64 26 526 72 61
Binary 11000110 110100 1100000 0 1001010 110100 10110 101010110 111010 110001

Color Harmonies of #C63460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63460

Black with #C63460

Text Example


Text Example

White with #C63460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63460; }

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

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

background-color css

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

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

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

border-color css

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

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

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