Html Css Color HEX #C63658 Old Rose

📋 copy color: '#C63658'

red 198 ◦ green 54 ◦ blue 88

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

Shades of Old Rose #C63658

Tints of Old Rose #C63658

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.88%

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 58.24%
G = 15.88%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C63658 (or 0xC63658) is known color: Old Rose. HEX triplet: C6, 36 and 58. RGB value is (198,54,88). Sum of RGB (Red+Green+Blue) = 198+54+88=340 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.24% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 198 - color contains mainly: red. Hex color #C63658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63658 is #39C9A7. Grayscale: #646464. Windows color (decimal): -3787176 or 5781190. OLE color: 5781190.

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

Color convert

RGB 198 54 88 -
CMYK 0 0.73 0.56 0.22
HSL 345.83º 0.57% 0.49% -
HSV(B) 345.83º 0.73% 0.78% -
XYZ 26.37 15.35 10.81 -
YUV 100.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 198 54 88 0 0.73 0.56 0.22 345.83 0.57 0.49
Hex C6 36 58 0 49 38 16 15A 39 31
Octal 306 66 130 0 111 70 26 532 71 61
Binary 11000110 110110 1011000 0 1001001 111000 10110 101011010 111001 110001

Color Harmonies of #C63658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63658

Black with #C63658

Text Example


Text Example

White with #C63658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63658; }

 p { color: rgb(198,54,88); }

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

background-color css

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

 a { background-color: rgb(198,54,88); }

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

border-color css

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

 span { border-color: rgb(198,54,88); }

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