Html Css Color HEX #C62650 Old Rose

📋 copy color: '#C62650'

red 198 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #C62650

Tints of Old Rose #C62650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

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

R = 62.66%
G = 12.03%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C62650 (or 0xC62650) is known color: Old Rose. HEX triplet: C6, 26 and 50. RGB value is (198,38,80). Sum of RGB (Red+Green+Blue) = 198+38+80=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C62650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62650 is #39D9AF. Grayscale: #5A5A5A. Windows color (decimal): -3791280 or 5252806. OLE color: 5252806.

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

Color convert

RGB 198 38 80 -
CMYK 0 0.81 0.60 0.22
HSL 344.25º 0.68% 0.46% -
HSV(B) 344.25º 0.81% 0.78% -
XYZ 25.43 13.97 8.95 -
YUV 90.63 122.01 204.58 -
System Red Green Blue C M Y K H S L
Decimal 198 38 80 0 0.81 0.60 0.22 344.25 0.68 0.46
Hex C6 26 50 0 51 3C 16 158 44 2E
Octal 306 46 120 0 121 74 26 530 104 56
Binary 11000110 100110 1010000 0 1010001 111100 10110 101011000 1000100 101110

Color Harmonies of #C62650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62650

Black with #C62650

Text Example


Text Example

White with #C62650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62650; }

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

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

background-color css

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

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

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

border-color css

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

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

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