Html Css Color HEX #C63A57 Old Rose

📋 copy color: '#C63A57'

red 198 ◦ green 58 ◦ blue 87

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

Shades of Old Rose #C63A57

Tints of Old Rose #C63A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.91%

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

R = 57.73%
G = 16.91%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C63A57 (or 0xC63A57) is known color: Old Rose. HEX triplet: C6, 3A and 57. RGB value is (198,58,87). Sum of RGB (Red+Green+Blue) = 198+58+87=343 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.73% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63A57 is #39C5A8. Grayscale: #676767. Windows color (decimal): -3786153 or 5716678. OLE color: 5716678.

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

Color convert

RGB 198 58 87 -
CMYK 0 0.71 0.56 0.22
HSL 347.57º 0.55% 0.5% -
HSV(B) 347.57º 0.71% 0.78% -
XYZ 26.52 15.72 10.65 -
YUV 103.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 198 58 87 0 0.71 0.56 0.22 347.57 0.55 0.5
Hex C6 3A 57 0 47 38 16 15C 37 32
Octal 306 72 127 0 107 70 26 534 67 62
Binary 11000110 111010 1010111 0 1000111 111000 10110 101011100 110111 110010

Color Harmonies of #C63A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63A57

Black with #C63A57

Text Example


Text Example

White with #C63A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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