Html Css Color HEX #C63E4E Old Rose

📋 copy color: '#C63E4E'

red 198 ◦ green 62 ◦ blue 78

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

Shades of Old Rose #C63E4E

Tints of Old Rose #C63E4E

RGB

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

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

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

R = 58.58%
G = 18.34%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C63E4E (or 0xC63E4E) is known color: Old Rose. HEX triplet: C6, 3E and 4E. RGB value is (198,62,78). Sum of RGB (Red+Green+Blue) = 198+62+78=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 78 (30.86% from 255 or 23.08% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E4E is #39C1B1. Grayscale: #686868. Windows color (decimal): -3785138 or 5127878. OLE color: 5127878.

HSL color Cylindrical-coordinate representation of color #C63E4E: hue angle of 352.94º 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 #C63E4E is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 62 78 -
CMYK 0 0.69 0.61 0.22
HSL 352.94º 0.54% 0.51% -
HSV(B) 352.94º 0.69% 0.78% -
XYZ 26.39 16 8.91 -
YUV 104.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 198 62 78 0 0.69 0.61 0.22 352.94 0.54 0.51
Hex C6 3E 4E 0 45 3D 16 161 36 33
Octal 306 76 116 0 105 75 26 541 66 63
Binary 11000110 111110 1001110 0 1000101 111101 10110 101100001 110110 110011

Color Harmonies of #C63E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63E4E

Black with #C63E4E

Text Example


Text Example

White with #C63E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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