Html Css Color HEX #C63661 Old Rose

📋 copy color: '#C63661'

red 198 ◦ green 54 ◦ blue 97

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

Shades of Old Rose #C63661

Tints of Old Rose #C63661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.79%

R = 56.73%
G = 15.47%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C63661 (or 0xC63661) is known color: Old Rose. HEX triplet: C6, 36 and 61. RGB value is (198,54,97). Sum of RGB (Red+Green+Blue) = 198+54+97=349 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.73% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 97 (38.28% from 255 or 27.79% from 349); Max value from RGB is 198 - color contains mainly: red. Hex color #C63661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63661 is #39C99E. Grayscale: #656565. Windows color (decimal): -3787167 or 6371014. OLE color: 6371014.

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

Color convert

RGB 198 54 97 -
CMYK 0 0.73 0.51 0.22
HSL 342.08º 0.57% 0.49% -
HSV(B) 342.08º 0.73% 0.78% -
XYZ 26.77 15.51 12.89 -
YUV 101.96 125.21 196.5 -
System Red Green Blue C M Y K H S L
Decimal 198 54 97 0 0.73 0.51 0.22 342.08 0.57 0.49
Hex C6 36 61 0 49 33 16 156 39 31
Octal 306 66 141 0 111 63 26 526 71 61
Binary 11000110 110110 1100001 0 1001001 110011 10110 101010110 111001 110001

Color Harmonies of #C63661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63661

Black with #C63661

Text Example


Text Example

White with #C63661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63661; }

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

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

background-color css

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

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

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

border-color css

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

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

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