Html Css Color HEX #C62550 Old Rose

📋 copy color: '#C62550'

red 198 ◦ green 37 ◦ blue 80

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

Shades of Old Rose #C62550

Tints of Old Rose #C62550

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.75%

 BLUE value IS 80 (31.64% from 255) = 25.4%

R = 62.86%
G = 11.75%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C62550 (or 0xC62550) is known color: Old Rose. HEX triplet: C6, 25 and 50. RGB value is (198,37,80). Sum of RGB (Red+Green+Blue) = 198+37+80=315 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.86% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 198 - color contains mainly: red. Hex color #C62550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62550 is #39DAAF. Grayscale: #5A5A5A. Windows color (decimal): -3791536 or 5252550. OLE color: 5252550.

HSL color Cylindrical-coordinate representation of color #C62550: hue angle of 343.98º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62550 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 37 80 -
CMYK 0 0.81 0.60 0.22
HSL 343.98º 0.69% 0.46% -
HSV(B) 343.98º 0.81% 0.78% -
XYZ 25.4 13.91 8.94 -
YUV 90.04 122.34 205 -
System Red Green Blue C M Y K H S L
Decimal 198 37 80 0 0.81 0.60 0.22 343.98 0.69 0.46
Hex C6 25 50 0 51 3C 16 158 45 2E
Octal 306 45 120 0 121 74 26 530 105 56
Binary 11000110 100101 1010000 0 1010001 111100 10110 101011000 1000101 101110

Color Harmonies of #C62550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62550

Black with #C62550

Text Example


Text Example

White with #C62550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62550; }

 p { color: rgb(198,37,80); }

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

background-color css

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

 a { background-color: rgb(198,37,80); }

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

border-color css

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

 span { border-color: rgb(198,37,80); }

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