Html Css Color HEX #C62A57 Old Rose

📋 copy color: '#C62A57'

red 198 ◦ green 42 ◦ blue 87

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

Shades of Old Rose #C62A57

Tints of Old Rose #C62A57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 60.55%
G = 12.84%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C62A57 (or 0xC62A57) is known color: Old Rose. HEX triplet: C6, 2A and 57. RGB value is (198,42,87). Sum of RGB (Red+Green+Blue) = 198+42+87=327 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.55% from 327); Green value is 42 (16.80% from 255 or 12.84% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 198 - color contains mainly: red. Hex color #C62A57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62A57 is #39D5A8. Grayscale: #5D5D5D. Windows color (decimal): -3790249 or 5712582. OLE color: 5712582.

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

Color convert

RGB 198 42 87 -
CMYK 0 0.79 0.56 0.22
HSL 342.69º 0.65% 0.47% -
HSV(B) 342.69º 0.79% 0.78% -
XYZ 25.84 14.35 10.42 -
YUV 93.77 124.18 202.34 -
System Red Green Blue C M Y K H S L
Decimal 198 42 87 0 0.79 0.56 0.22 342.69 0.65 0.47
Hex C6 2A 57 0 4F 38 16 157 41 2F
Octal 306 52 127 0 117 70 26 527 101 57
Binary 11000110 101010 1010111 0 1001111 111000 10110 101010111 1000001 101111

Color Harmonies of #C62A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62A57

Black with #C62A57

Text Example


Text Example

White with #C62A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62A57; }

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

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

background-color css

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

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

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

border-color css

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

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

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