Html Css Color HEX #C62553 Old Rose

📋 copy color: '#C62553'

red 198 ◦ green 37 ◦ blue 83

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

Shades of Old Rose #C62553

Tints of Old Rose #C62553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.1%

R = 62.26%
G = 11.64%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C62553 (or 0xC62553) is known color: Old Rose. HEX triplet: C6, 25 and 53. RGB value is (198,37,83). Sum of RGB (Red+Green+Blue) = 198+37+83=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C62553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62553 is #39DAAC. Grayscale: #5A5A5A. Windows color (decimal): -3791533 or 5449158. OLE color: 5449158.

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

Color convert

RGB 198 37 83 -
CMYK 0 0.81 0.58 0.22
HSL 342.86º 0.69% 0.46% -
HSV(B) 342.86º 0.81% 0.78% -
XYZ 25.51 13.95 9.53 -
YUV 90.38 123.84 204.76 -
System Red Green Blue C M Y K H S L
Decimal 198 37 83 0 0.81 0.58 0.22 342.86 0.69 0.46
Hex C6 25 53 0 51 3A 16 157 45 2E
Octal 306 45 123 0 121 72 26 527 105 56
Binary 11000110 100101 1010011 0 1010001 111010 10110 101010111 1000101 101110

Color Harmonies of #C62553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62553

Black with #C62553

Text Example


Text Example

White with #C62553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62553; }

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

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

background-color css

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

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

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

border-color css

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

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

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