Html Css Color HEX #C62A59 Old Rose

📋 copy color: '#C62A59'

red 198 ◦ green 42 ◦ blue 89

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

Shades of Old Rose #C62A59

Tints of Old Rose #C62A59

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.77%

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

R = 60.18%
G = 12.77%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C62A59 (or 0xC62A59) is known color: Old Rose. HEX triplet: C6, 2A and 59. RGB value is (198,42,89). Sum of RGB (Red+Green+Blue) = 198+42+89=329 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.18% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A59 is #39D5A6. Grayscale: #5D5D5D. Windows color (decimal): -3790247 or 5843654. OLE color: 5843654.

HSL color Cylindrical-coordinate representation of color #C62A59: hue angle of 341.92º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C62A59 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 42 89 -
CMYK 0 0.79 0.55 0.22
HSL 341.92º 0.65% 0.47% -
HSV(B) 341.92º 0.79% 0.78% -
XYZ 25.92 14.38 10.86 -
YUV 94 125.18 202.18 -
System Red Green Blue C M Y K H S L
Decimal 198 42 89 0 0.79 0.55 0.22 341.92 0.65 0.47
Hex C6 2A 59 0 4F 37 16 156 41 2F
Octal 306 52 131 0 117 67 26 526 101 57
Binary 11000110 101010 1011001 0 1001111 110111 10110 101010110 1000001 101111

Color Harmonies of #C62A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A59

Black with #C62A59

Text Example


Text Example

White with #C62A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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