Html Css Color HEX #C63551 Old Rose

📋 copy color: '#C63551'

red 198 ◦ green 53 ◦ blue 81

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

Shades of Old Rose #C63551

Tints of Old Rose #C63551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 81 (32.03% from 255) = 24.4%

R = 59.64%
G = 15.96%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C63551 (or 0xC63551) is known color: Old Rose. HEX triplet: C6, 35 and 51. RGB value is (198,53,81). Sum of RGB (Red+Green+Blue) = 198+53+81=332 (43% of max value = 765). Red value is 198 (77.73% from 255 or 59.64% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 198 - color contains mainly: red. Hex color #C63551 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63551 is #39CAAE. Grayscale: #636363. Windows color (decimal): -3787439 or 5322182. OLE color: 5322182.

HSL color Cylindrical-coordinate representation of color #C63551: hue angle of 348.41º degrees, saturation: 0.58, 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 #C63551 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 53 81 -
CMYK 0 0.73 0.59 0.22
HSL 348.41º 0.58% 0.49% -
HSV(B) 348.41º 0.73% 0.78% -
XYZ 26.05 15.15 9.34 -
YUV 99.55 117.54 198.22 -
System Red Green Blue C M Y K H S L
Decimal 198 53 81 0 0.73 0.59 0.22 348.41 0.58 0.49
Hex C6 35 51 0 49 3B 16 15C 3A 31
Octal 306 65 121 0 111 73 26 534 72 61
Binary 11000110 110101 1010001 0 1001001 111011 10110 101011100 111010 110001

Color Harmonies of #C63551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63551

Black with #C63551

Text Example


Text Example

White with #C63551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63551; }

 p { color: rgb(198,53,81); }

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

background-color css

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

 a { background-color: rgb(198,53,81); }

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

border-color css

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

 span { border-color: rgb(198,53,81); }

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