Html Css Color HEX #C62B5D Old Rose

📋 copy color: '#C62B5D'

red 198 ◦ green 43 ◦ blue 93

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

Shades of Old Rose #C62B5D

Tints of Old Rose #C62B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.87%

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

R = 59.28%
G = 12.87%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C62B5D (or 0xC62B5D) is known color: Old Rose. HEX triplet: C6, 2B and 5D. RGB value is (198,43,93). Sum of RGB (Red+Green+Blue) = 198+43+93=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C62B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62B5D is #39D4A2. Grayscale: #5F5F5F. Windows color (decimal): -3789987 or 6106054. OLE color: 6106054.

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

Color convert

RGB 198 43 93 -
CMYK 0 0.78 0.53 0.22
HSL 340.65º 0.64% 0.47% -
HSV(B) 340.65º 0.78% 0.78% -
XYZ 26.13 14.52 11.78 -
YUV 95.05 126.85 201.43 -
System Red Green Blue C M Y K H S L
Decimal 198 43 93 0 0.78 0.53 0.22 340.65 0.64 0.47
Hex C6 2B 5D 0 4E 35 16 155 40 2F
Octal 306 53 135 0 116 65 26 525 100 57
Binary 11000110 101011 1011101 0 1001110 110101 10110 101010101 1000000 101111

Color Harmonies of #C62B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62B5D

Black with #C62B5D

Text Example


Text Example

White with #C62B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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