Html Css Color HEX #C63651 Old Rose

📋 copy color: '#C63651'

red 198 ◦ green 54 ◦ blue 81

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

Shades of Old Rose #C63651

Tints of Old Rose #C63651

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.22%

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

R = 59.46%
G = 16.22%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C63651 (or 0xC63651) is known color: Old Rose. HEX triplet: C6, 36 and 51. RGB value is (198,54,81). Sum of RGB (Red+Green+Blue) = 198+54+81=333 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.46% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 198 - color contains mainly: red. Hex color #C63651 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63651 is #39C9AE. Grayscale: #646464. Windows color (decimal): -3787183 or 5322438. OLE color: 5322438.

HSL color Cylindrical-coordinate representation of color #C63651: hue angle of 348.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63651 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 54 81 -
CMYK 0 0.73 0.59 0.22
HSL 348.75º 0.57% 0.49% -
HSV(B) 348.75º 0.73% 0.78% -
XYZ 26.09 15.24 9.35 -
YUV 100.13 117.21 197.8 -
System Red Green Blue C M Y K H S L
Decimal 198 54 81 0 0.73 0.59 0.22 348.75 0.57 0.49
Hex C6 36 51 0 49 3B 16 15D 39 31
Octal 306 66 121 0 111 73 26 535 71 61
Binary 11000110 110110 1010001 0 1001001 111011 10110 101011101 111001 110001

Color Harmonies of #C63651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63651

Black with #C63651

Text Example


Text Example

White with #C63651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63651; }

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

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

background-color css

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

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

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

border-color css

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

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

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