Html Css Color HEX #C63D4E Old Rose

📋 copy color: '#C63D4E'

red 198 ◦ green 61 ◦ blue 78

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

Shades of Old Rose #C63D4E

Tints of Old Rose #C63D4E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.1%

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

R = 58.75%
G = 18.1%
B = 23.15%

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

#C63D4E (or 0xC63D4E) is known color: Old Rose. HEX triplet: C6, 3D and 4E. RGB value is (198,61,78). Sum of RGB (Red+Green+Blue) = 198+61+78=337 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.75% from 337); Green value is 61 (24.22% from 255 or 18.10% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D4E is #39C2B1. Grayscale: #676767. Windows color (decimal): -3785394 or 5127622. OLE color: 5127622.

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

Color convert

RGB 198 61 78 -
CMYK 0 0.69 0.61 0.22
HSL 352.55º 0.55% 0.51% -
HSV(B) 352.55º 0.69% 0.78% -
XYZ 26.33 15.89 8.89 -
YUV 103.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 198 61 78 0 0.69 0.61 0.22 352.55 0.55 0.51
Hex C6 3D 4E 0 45 3D 16 161 37 33
Octal 306 75 116 0 105 75 26 541 67 63
Binary 11000110 111101 1001110 0 1000101 111101 10110 101100001 110111 110011

Color Harmonies of #C63D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D4E

Black with #C63D4E

Text Example


Text Example

White with #C63D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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