Html Css Color HEX #C62950 Old Rose

📋 copy color: '#C62950'

red 198 ◦ green 41 ◦ blue 80

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

Shades of Old Rose #C62950

Tints of Old Rose #C62950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

 BLUE value IS 80 (31.64% from 255) = 25.08%

R = 62.07%
G = 12.85%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C62950 (or 0xC62950) is known color: Old Rose. HEX triplet: C6, 29 and 50. RGB value is (198,41,80). Sum of RGB (Red+Green+Blue) = 198+41+80=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C62950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62950 is #39D6AF. Grayscale: #5C5C5C. Windows color (decimal): -3790512 or 5253574. OLE color: 5253574.

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

Color convert

RGB 198 41 80 -
CMYK 0 0.79 0.60 0.22
HSL 345.1º 0.66% 0.47% -
HSV(B) 345.1º 0.79% 0.78% -
XYZ 25.53 14.17 8.98 -
YUV 92.39 121.01 203.33 -
System Red Green Blue C M Y K H S L
Decimal 198 41 80 0 0.79 0.60 0.22 345.1 0.66 0.47
Hex C6 29 50 0 4F 3C 16 159 42 2F
Octal 306 51 120 0 117 74 26 531 102 57
Binary 11000110 101001 1010000 0 1001111 111100 10110 101011001 1000010 101111

Color Harmonies of #C62950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62950

Black with #C62950

Text Example


Text Example

White with #C62950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62950; }

 p { color: rgb(198,41,80); }

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

background-color css

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

 a { background-color: rgb(198,41,80); }

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

border-color css

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

 span { border-color: rgb(198,41,80); }

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