Html Css Color HEX #C62E51 Old Rose

📋 copy color: '#C62E51'

red 198 ◦ green 46 ◦ blue 81

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

Shades of Old Rose #C62E51

Tints of Old Rose #C62E51

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

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

R = 60.92%
G = 14.15%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C62E51 (or 0xC62E51) is known color: Old Rose. HEX triplet: C6, 2E and 51. RGB value is (198,46,81). Sum of RGB (Red+Green+Blue) = 198+46+81=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E51 is #39D1AE. Grayscale: #5F5F5F. Windows color (decimal): -3789231 or 5320390. OLE color: 5320390.

HSL color Cylindrical-coordinate representation of color #C62E51: hue angle of 346.18º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C62E51 is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 46 81 -
CMYK 0 0.77 0.59 0.22
HSL 346.18º 0.62% 0.48% -
HSV(B) 346.18º 0.77% 0.78% -
XYZ 25.75 14.55 9.24 -
YUV 95.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 198 46 81 0 0.77 0.59 0.22 346.18 0.62 0.48
Hex C6 2E 51 0 4D 3B 16 15A 3E 30
Octal 306 56 121 0 115 73 26 532 76 60
Binary 11000110 101110 1010001 0 1001101 111011 10110 101011010 111110 110000

Color Harmonies of #C62E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E51

Black with #C62E51

Text Example


Text Example

White with #C62E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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