Html Css Color HEX #C62E61 Old Rose

📋 copy color: '#C62E61'

red 198 ◦ green 46 ◦ blue 97

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

Shades of Old Rose #C62E61

Tints of Old Rose #C62E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.45%

R = 58.06%
G = 13.49%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C62E61 (or 0xC62E61) is known color: Old Rose. HEX triplet: C6, 2E and 61. RGB value is (198,46,97). Sum of RGB (Red+Green+Blue) = 198+46+97=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E61 is #39D19E. Grayscale: #616161. Windows color (decimal): -3789215 or 6368966. OLE color: 6368966.

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

Color convert

RGB 198 46 97 -
CMYK 0 0.77 0.51 0.22
HSL 339.87º 0.62% 0.48% -
HSV(B) 339.87º 0.77% 0.78% -
XYZ 26.42 14.82 12.78 -
YUV 97.26 127.86 199.85 -
System Red Green Blue C M Y K H S L
Decimal 198 46 97 0 0.77 0.51 0.22 339.87 0.62 0.48
Hex C6 2E 61 0 4D 33 16 154 3E 30
Octal 306 56 141 0 115 63 26 524 76 60
Binary 11000110 101110 1100001 0 1001101 110011 10110 101010100 111110 110000

Color Harmonies of #C62E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E61

Black with #C62E61

Text Example


Text Example

White with #C62E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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