Html Css Color HEX #C62E5B Old Rose

📋 copy color: '#C62E5B'

red 198 ◦ green 46 ◦ blue 91

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

Shades of Old Rose #C62E5B

Tints of Old Rose #C62E5B

RGB

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

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

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

R = 59.1%
G = 13.73%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C62E5B (or 0xC62E5B) is known color: Old Rose. HEX triplet: C6, 2E and 5B. RGB value is (198,46,91). Sum of RGB (Red+Green+Blue) = 198+46+91=335 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.10% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 198 - color contains mainly: red. Hex color #C62E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62E5B is #39D1A4. Grayscale: #606060. Windows color (decimal): -3789221 or 5975750. OLE color: 5975750.

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

Color convert

RGB 198 46 91 -
CMYK 0 0.77 0.54 0.22
HSL 342.24º 0.62% 0.48% -
HSV(B) 342.24º 0.77% 0.78% -
XYZ 26.15 14.72 11.36 -
YUV 96.58 124.86 200.34 -
System Red Green Blue C M Y K H S L
Decimal 198 46 91 0 0.77 0.54 0.22 342.24 0.62 0.48
Hex C6 2E 5B 0 4D 36 16 156 3E 30
Octal 306 56 133 0 115 66 26 526 76 60
Binary 11000110 101110 1011011 0 1001101 110110 10110 101010110 111110 110000

Color Harmonies of #C62E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62E5B

Black with #C62E5B

Text Example


Text Example

White with #C62E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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