Html Css Color HEX #C63C57 Old Rose

📋 copy color: '#C63C57'

red 198 ◦ green 60 ◦ blue 87

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

Shades of Old Rose #C63C57

Tints of Old Rose #C63C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 57.39%
G = 17.39%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C63C57 (or 0xC63C57) is known color: Old Rose. HEX triplet: C6, 3C and 57. RGB value is (198,60,87). Sum of RGB (Red+Green+Blue) = 198+60+87=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C57 is #39C3A8. Grayscale: #686868. Windows color (decimal): -3785641 or 5717190. OLE color: 5717190.

HSL color Cylindrical-coordinate representation of color #C63C57: hue angle of 348.26º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63C57 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 60 87 -
CMYK 0 0.70 0.56 0.22
HSL 348.26º 0.55% 0.51% -
HSV(B) 348.26º 0.7% 0.78% -
XYZ 26.62 15.93 10.69 -
YUV 104.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 198 60 87 0 0.70 0.56 0.22 348.26 0.55 0.51
Hex C6 3C 57 0 46 38 16 15C 37 33
Octal 306 74 127 0 106 70 26 534 67 63
Binary 11000110 111100 1010111 0 1000110 111000 10110 101011100 110111 110011

Color Harmonies of #C63C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C57

Black with #C63C57

Text Example


Text Example

White with #C63C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C57; }

 p { color: rgb(198,60,87); }

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

background-color css

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

 a { background-color: rgb(198,60,87); }

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

border-color css

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

 span { border-color: rgb(198,60,87); }

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