Html Css Color HEX #C62053 Old Rose

📋 copy color: '#C62053'

red 198 ◦ green 32 ◦ blue 83

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

Shades of Old Rose #C62053

Tints of Old Rose #C62053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.22%

 BLUE value IS 83 (32.81% from 255) = 26.52%

R = 63.26%
G = 10.22%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C62053 (or 0xC62053) is known color: Old Rose. HEX triplet: C6, 20 and 53. RGB value is (198,32,83). Sum of RGB (Red+Green+Blue) = 198+32+83=313 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.26% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 198 - color contains mainly: red. Hex color #C62053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62053 is #39DFAC. Grayscale: #575757. Windows color (decimal): -3792813 or 5447878. OLE color: 5447878.

HSL color Cylindrical-coordinate representation of color #C62053: hue angle of 341.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62053 is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 83 -
CMYK 0 0.84 0.58 0.22
HSL 341.57º 0.72% 0.45% -
HSV(B) 341.57º 0.84% 0.78% -
XYZ 25.37 13.66 9.48 -
YUV 87.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 198 32 83 0 0.84 0.58 0.22 341.57 0.72 0.45
Hex C6 20 53 0 54 3A 16 156 48 2D
Octal 306 40 123 0 124 72 26 526 110 55
Binary 11000110 100000 1010011 0 1010100 111010 10110 101010110 1001000 101101

Color Harmonies of #C62053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62053

Black with #C62053

Text Example


Text Example

White with #C62053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62053; }

 p { color: rgb(198,32,83); }

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

background-color css

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

 a { background-color: rgb(198,32,83); }

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

border-color css

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

 span { border-color: rgb(198,32,83); }

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