Html Css Color HEX #C63F4E Old Rose

📋 copy color: '#C63F4E'

red 198 ◦ green 63 ◦ blue 78

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

Shades of Old Rose #C63F4E

Tints of Old Rose #C63F4E

RGB

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

 GREEN value IS 63 (25% from 255) = 18.58%

 BLUE value IS 78 (30.86% from 255) = 23.01%

R = 58.41%
G = 18.58%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C63F4E (or 0xC63F4E) is known color: Old Rose. HEX triplet: C6, 3F and 4E. RGB value is (198,63,78). Sum of RGB (Red+Green+Blue) = 198+63+78=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63F4E is #39C0B1. Grayscale: #696969. Windows color (decimal): -3784882 or 5128134. OLE color: 5128134.

HSL color Cylindrical-coordinate representation of color #C63F4E: hue angle of 353.33º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F4E is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 63 78 -
CMYK 0 0.68 0.61 0.22
HSL 353.33º 0.54% 0.51% -
HSV(B) 353.33º 0.68% 0.78% -
XYZ 26.44 16.11 8.92 -
YUV 105.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 198 63 78 0 0.68 0.61 0.22 353.33 0.54 0.51
Hex C6 3F 4E 0 44 3D 16 161 36 33
Octal 306 77 116 0 104 75 26 541 66 63
Binary 11000110 111111 1001110 0 1000100 111101 10110 101100001 110110 110011

Color Harmonies of #C63F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63F4E

Black with #C63F4E

Text Example


Text Example

White with #C63F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63F4E; }

 p { color: rgb(198,63,78); }

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

background-color css

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

 a { background-color: rgb(198,63,78); }

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

border-color css

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

 span { border-color: rgb(198,63,78); }

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