Html Css Color HEX #C62C5B Old Rose

📋 copy color: '#C62C5B'

red 198 ◦ green 44 ◦ blue 91

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

Shades of Old Rose #C62C5B

Tints of Old Rose #C62C5B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.21%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 59.46%
G = 13.21%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C62C5B (or 0xC62C5B) is known color: Old Rose. HEX triplet: C6, 2C and 5B. RGB value is (198,44,91). Sum of RGB (Red+Green+Blue) = 198+44+91=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 44 (17.58% from 255 or 13.21% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62C5B is #39D3A4. Grayscale: #5F5F5F. Windows color (decimal): -3789733 or 5975238. OLE color: 5975238.

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

Color convert

RGB 198 44 91 -
CMYK 0 0.78 0.54 0.22
HSL 341.69º 0.64% 0.47% -
HSV(B) 341.69º 0.78% 0.78% -
XYZ 26.08 14.56 11.33 -
YUV 95.4 125.52 201.18 -
System Red Green Blue C M Y K H S L
Decimal 198 44 91 0 0.78 0.54 0.22 341.69 0.64 0.47
Hex C6 2C 5B 0 4E 36 16 156 40 2F
Octal 306 54 133 0 116 66 26 526 100 57
Binary 11000110 101100 1011011 0 1001110 110110 10110 101010110 1000000 101111

Color Harmonies of #C62C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62C5B

Black with #C62C5B

Text Example


Text Example

White with #C62C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62C5B; }

 p { color: rgb(198,44,91); }

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

background-color css

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

 a { background-color: rgb(198,44,91); }

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

border-color css

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

 span { border-color: rgb(198,44,91); }

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