Html Css Color HEX #C62555 Old Rose

📋 copy color: '#C62555'

red 198 ◦ green 37 ◦ blue 85

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

Shades of Old Rose #C62555

Tints of Old Rose #C62555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.56%

R = 61.88%
G = 11.56%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C62555 (or 0xC62555) is known color: Old Rose. HEX triplet: C6, 25 and 55. RGB value is (198,37,85). Sum of RGB (Red+Green+Blue) = 198+37+85=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C62555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62555 is #39DAAA. Grayscale: #5A5A5A. Windows color (decimal): -3791531 or 5580230. OLE color: 5580230.

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

Color convert

RGB 198 37 85 -
CMYK 0 0.81 0.57 0.22
HSL 342.11º 0.69% 0.46% -
HSV(B) 342.11º 0.81% 0.78% -
XYZ 25.59 13.98 9.94 -
YUV 90.61 124.84 204.6 -
System Red Green Blue C M Y K H S L
Decimal 198 37 85 0 0.81 0.57 0.22 342.11 0.69 0.46
Hex C6 25 55 0 51 39 16 156 45 2E
Octal 306 45 125 0 121 71 26 526 105 56
Binary 11000110 100101 1010101 0 1010001 111001 10110 101010110 1000101 101110

Color Harmonies of #C62555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62555

Black with #C62555

Text Example


Text Example

White with #C62555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62555; }

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

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

background-color css

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

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

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

border-color css

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

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

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