Html Css Color HEX #C62E59 Old Rose

📋 copy color: '#C62E59'

red 198 ◦ green 46 ◦ blue 89

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

Shades of Old Rose #C62E59

Tints of Old Rose #C62E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 26.73%

R = 59.46%
G = 13.81%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C62E59 (or 0xC62E59) is known color: Old Rose. HEX triplet: C6, 2E and 59. RGB value is (198,46,89). Sum of RGB (Red+Green+Blue) = 198+46+89=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 46 (18.36% from 255 or 13.81% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E59 is #39D1A6. Grayscale: #606060. Windows color (decimal): -3789223 or 5844678. OLE color: 5844678.

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

Color convert

RGB 198 46 89 -
CMYK 0 0.77 0.55 0.22
HSL 343.03º 0.62% 0.48% -
HSV(B) 343.03º 0.77% 0.78% -
XYZ 26.07 14.68 10.91 -
YUV 96.35 123.86 200.5 -
System Red Green Blue C M Y K H S L
Decimal 198 46 89 0 0.77 0.55 0.22 343.03 0.62 0.48
Hex C6 2E 59 0 4D 37 16 157 3E 30
Octal 306 56 131 0 115 67 26 527 76 60
Binary 11000110 101110 1011001 0 1001101 110111 10110 101010111 111110 110000

Color Harmonies of #C62E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E59

Black with #C62E59

Text Example


Text Example

White with #C62E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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