Html Css Color HEX #C63C4C Old Rose

📋 copy color: '#C63C4C'

red 198 ◦ green 60 ◦ blue 76

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

Shades of Old Rose #C63C4C

Tints of Old Rose #C63C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.75%

R = 59.28%
G = 17.96%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C63C4C (or 0xC63C4C) is known color: Old Rose. HEX triplet: C6, 3C and 4C. RGB value is (198,60,76). Sum of RGB (Red+Green+Blue) = 198+60+76=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63C4C is #39C3B3. Grayscale: #676767. Windows color (decimal): -3785652 or 4996294. OLE color: 4996294.

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

Color convert

RGB 198 60 76 -
CMYK 0 0.70 0.62 0.22
HSL 353.04º 0.55% 0.51% -
HSV(B) 353.04º 0.7% 0.78% -
XYZ 26.21 15.76 8.5 -
YUV 103.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 198 60 76 0 0.70 0.62 0.22 353.04 0.55 0.51
Hex C6 3C 4C 0 46 3E 16 161 37 33
Octal 306 74 114 0 106 76 26 541 67 63
Binary 11000110 111100 1001100 0 1000110 111110 10110 101100001 110111 110011

Color Harmonies of #C63C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C4C

Black with #C63C4C

Text Example


Text Example

White with #C63C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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