Html Css Color HEX #C62C5C Old Rose

📋 copy color: '#C62C5C'

red 198 ◦ green 44 ◦ blue 92

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

Shades of Old Rose #C62C5C

Tints of Old Rose #C62C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 59.28%
G = 13.17%
B = 27.54%

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

#C62C5C (or 0xC62C5C) is known color: Old Rose. HEX triplet: C6, 2C and 5C. RGB value is (198,44,92). Sum of RGB (Red+Green+Blue) = 198+44+92=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 44 (17.58% from 255 or 13.17% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62C5C is #39D3A3. Grayscale: #5F5F5F. Windows color (decimal): -3789732 or 6040774. OLE color: 6040774.

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

Color convert

RGB 198 44 92 -
CMYK 0 0.78 0.54 0.22
HSL 341.3º 0.64% 0.47% -
HSV(B) 341.3º 0.78% 0.78% -
XYZ 26.12 14.58 11.56 -
YUV 95.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 198 44 92 0 0.78 0.54 0.22 341.3 0.64 0.47
Hex C6 2C 5C 0 4E 36 16 155 40 2F
Octal 306 54 134 0 116 66 26 525 100 57
Binary 11000110 101100 1011100 0 1001110 110110 10110 101010101 1000000 101111

Color Harmonies of #C62C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62C5C

Black with #C62C5C

Text Example


Text Example

White with #C62C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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