Html Css Color HEX #C63C5C Old Rose

📋 copy color: '#C63C5C'

red 198 ◦ green 60 ◦ blue 92

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

Shades of Old Rose #C63C5C

Tints of Old Rose #C63C5C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 56.57%
G = 17.14%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C63C5C (or 0xC63C5C) is known color: Old Rose. HEX triplet: C6, 3C and 5C. RGB value is (198,60,92). Sum of RGB (Red+Green+Blue) = 198+60+92=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C5C is #39C3A3. Grayscale: #686868. Windows color (decimal): -3785636 or 6044870. OLE color: 6044870.

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

Color convert

RGB 198 60 92 -
CMYK 0 0.70 0.54 0.22
HSL 346.09º 0.55% 0.51% -
HSV(B) 346.09º 0.7% 0.78% -
XYZ 26.84 16.01 11.8 -
YUV 104.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 198 60 92 0 0.70 0.54 0.22 346.09 0.55 0.51
Hex C6 3C 5C 0 46 36 16 15A 37 33
Octal 306 74 134 0 106 66 26 532 67 63
Binary 11000110 111100 1011100 0 1000110 110110 10110 101011010 110111 110011

Color Harmonies of #C63C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C5C

Black with #C63C5C

Text Example


Text Example

White with #C63C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C5C; }

 p { color: rgb(198,60,92); }

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

background-color css

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

 a { background-color: rgb(198,60,92); }

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

border-color css

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

 span { border-color: rgb(198,60,92); }

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