Html Css Color HEX #C62D5D Old Rose

📋 copy color: '#C62D5D'

red 198 ◦ green 45 ◦ blue 93

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

Shades of Old Rose #C62D5D

Tints of Old Rose #C62D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

 BLUE value IS 93 (36.72% from 255) = 27.68%

R = 58.93%
G = 13.39%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C62D5D (or 0xC62D5D) is known color: Old Rose. HEX triplet: C6, 2D and 5D. RGB value is (198,45,93). Sum of RGB (Red+Green+Blue) = 198+45+93=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62D5D is #39D2A2. Grayscale: #606060. Windows color (decimal): -3789475 or 6106566. OLE color: 6106566.

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

Color convert

RGB 198 45 93 -
CMYK 0 0.77 0.53 0.22
HSL 341.18º 0.63% 0.48% -
HSV(B) 341.18º 0.77% 0.78% -
XYZ 26.2 14.67 11.81 -
YUV 96.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 198 45 93 0 0.77 0.53 0.22 341.18 0.63 0.48
Hex C6 2D 5D 0 4D 35 16 155 3F 30
Octal 306 55 135 0 115 65 26 525 77 60
Binary 11000110 101101 1011101 0 1001101 110101 10110 101010101 111111 110000

Color Harmonies of #C62D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62D5D

Black with #C62D5D

Text Example


Text Example

White with #C62D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62D5D; }

 p { color: rgb(198,45,93); }

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

background-color css

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

 a { background-color: rgb(198,45,93); }

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

border-color css

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

 span { border-color: rgb(198,45,93); }

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