Html Css Color HEX #C62751 Old Rose

📋 copy color: '#C62751'

red 198 ◦ green 39 ◦ blue 81

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

Shades of Old Rose #C62751

Tints of Old Rose #C62751

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

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

R = 62.26%
G = 12.26%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C62751 (or 0xC62751) is known color: Old Rose. HEX triplet: C6, 27 and 51. RGB value is (198,39,81). Sum of RGB (Red+Green+Blue) = 198+39+81=318 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.26% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 198 - color contains mainly: red. Hex color #C62751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C62751 is #39D8AE. Grayscale: #5B5B5B. Windows color (decimal): -3791023 or 5318598. OLE color: 5318598.

HSL color Cylindrical-coordinate representation of color #C62751: hue angle of 344.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62751 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 39 81 -
CMYK 0 0.80 0.59 0.22
HSL 344.15º 0.67% 0.46% -
HSV(B) 344.15º 0.8% 0.78% -
XYZ 25.5 14.05 9.15 -
YUV 91.33 122.18 204.08 -
System Red Green Blue C M Y K H S L
Decimal 198 39 81 0 0.80 0.59 0.22 344.15 0.67 0.46
Hex C6 27 51 0 50 3B 16 158 43 2E
Octal 306 47 121 0 120 73 26 530 103 56
Binary 11000110 100111 1010001 0 1010000 111011 10110 101011000 1000011 101110

Color Harmonies of #C62751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62751

Black with #C62751

Text Example


Text Example

White with #C62751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62751; }

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

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

background-color css

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

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

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

border-color css

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

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

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