Html Css Color HEX #C62456 Old Rose

📋 copy color: '#C62456'

red 198 ◦ green 36 ◦ blue 86

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

Shades of Old Rose #C62456

Tints of Old Rose #C62456

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.25%

 BLUE value IS 86 (33.98% from 255) = 26.88%

R = 61.88%
G = 11.25%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C62456 (or 0xC62456) is known color: Old Rose. HEX triplet: C6, 24 and 56. RGB value is (198,36,86). Sum of RGB (Red+Green+Blue) = 198+36+86=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 36 (14.45% from 255 or 11.25% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C62456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62456 is #39DBA9. Grayscale: #5A5A5A. Windows color (decimal): -3791786 or 5645510. OLE color: 5645510.

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

Color convert

RGB 198 36 86 -
CMYK 0 0.82 0.57 0.22
HSL 341.48º 0.69% 0.46% -
HSV(B) 341.48º 0.82% 0.78% -
XYZ 25.6 13.94 10.15 -
YUV 90.14 125.67 204.93 -
System Red Green Blue C M Y K H S L
Decimal 198 36 86 0 0.82 0.57 0.22 341.48 0.69 0.46
Hex C6 24 56 0 52 39 16 155 45 2E
Octal 306 44 126 0 122 71 26 525 105 56
Binary 11000110 100100 1010110 0 1010010 111001 10110 101010101 1000101 101110

Color Harmonies of #C62456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62456

Black with #C62456

Text Example


Text Example

White with #C62456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62456; }

 p { color: rgb(198,36,86); }

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

background-color css

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

 a { background-color: rgb(198,36,86); }

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

border-color css

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

 span { border-color: rgb(198,36,86); }

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