Html Css Color HEX #C62651 Old Rose

📋 copy color: '#C62651'

red 198 ◦ green 38 ◦ blue 81

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

Shades of Old Rose #C62651

Tints of Old Rose #C62651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.55%

R = 62.46%
G = 11.99%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C62651 (or 0xC62651) is known color: Old Rose. HEX triplet: C6, 26 and 51. RGB value is (198,38,81). Sum of RGB (Red+Green+Blue) = 198+38+81=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C62651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62651 is #39D9AE. Grayscale: #5A5A5A. Windows color (decimal): -3791279 or 5318342. OLE color: 5318342.

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

Color convert

RGB 198 38 81 -
CMYK 0 0.81 0.59 0.22
HSL 343.88º 0.68% 0.46% -
HSV(B) 343.88º 0.81% 0.78% -
XYZ 25.47 13.99 9.14 -
YUV 90.74 122.51 204.5 -
System Red Green Blue C M Y K H S L
Decimal 198 38 81 0 0.81 0.59 0.22 343.88 0.68 0.46
Hex C6 26 51 0 51 3B 16 158 44 2E
Octal 306 46 121 0 121 73 26 530 104 56
Binary 11000110 100110 1010001 0 1010001 111011 10110 101011000 1000100 101110

Color Harmonies of #C62651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62651

Black with #C62651

Text Example


Text Example

White with #C62651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62651; }

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

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

background-color css

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

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

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

border-color css

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

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

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