Html Css Color HEX #C63E4F Old Rose

📋 copy color: '#C63E4F'

red 198 ◦ green 62 ◦ blue 79

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

Shades of Old Rose #C63E4F

Tints of Old Rose #C63E4F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.29%

 BLUE value IS 79 (31.25% from 255) = 23.3%

R = 58.41%
G = 18.29%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C63E4F (or 0xC63E4F) is known color: Old Rose. HEX triplet: C6, 3E and 4F. RGB value is (198,62,79). Sum of RGB (Red+Green+Blue) = 198+62+79=339 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.41% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 79 (31.25% from 255 or 23.30% from 339); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E4F is #39C1B0. Grayscale: #686868. Windows color (decimal): -3785137 or 5193414. OLE color: 5193414.

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

Color convert

RGB 198 62 79 -
CMYK 0 0.69 0.60 0.22
HSL 352.5º 0.54% 0.51% -
HSV(B) 352.5º 0.69% 0.78% -
XYZ 26.42 16.02 9.1 -
YUV 104.6 113.56 194.62 -
System Red Green Blue C M Y K H S L
Decimal 198 62 79 0 0.69 0.60 0.22 352.5 0.54 0.51
Hex C6 3E 4F 0 45 3C 16 160 36 33
Octal 306 76 117 0 105 74 26 540 66 63
Binary 11000110 111110 1001111 0 1000101 111100 10110 101100000 110110 110011

Color Harmonies of #C63E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63E4F

Black with #C63E4F

Text Example


Text Example

White with #C63E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63E4F; }

 p { color: rgb(198,62,79); }

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

background-color css

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

 a { background-color: rgb(198,62,79); }

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

border-color css

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

 span { border-color: rgb(198,62,79); }

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