Html Css Color HEX #C63161 Old Rose

📋 copy color: '#C63161'

red 198 ◦ green 49 ◦ blue 97

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

Shades of Old Rose #C63161

Tints of Old Rose #C63161

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.24%

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

R = 57.56%
G = 14.24%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C63161 (or 0xC63161) is known color: Old Rose. HEX triplet: C6, 31 and 61. RGB value is (198,49,97). Sum of RGB (Red+Green+Blue) = 198+49+97=344 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.56% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 198 - color contains mainly: red. Hex color #C63161 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63161 is #39CE9E. Grayscale: #626262. Windows color (decimal): -3788447 or 6369734. OLE color: 6369734.

HSL color Cylindrical-coordinate representation of color #C63161: hue angle of 340.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C63161 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 97 -
CMYK 0 0.75 0.51 0.22
HSL 340.67º 0.6% 0.48% -
HSV(B) 340.67º 0.75% 0.78% -
XYZ 26.54 15.07 12.82 -
YUV 99.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 198 49 97 0 0.75 0.51 0.22 340.67 0.6 0.48
Hex C6 31 61 0 4B 33 16 155 3C 30
Octal 306 61 141 0 113 63 26 525 74 60
Binary 11000110 110001 1100001 0 1001011 110011 10110 101010101 111100 110000

Color Harmonies of #C63161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63161

Black with #C63161

Text Example


Text Example

White with #C63161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63161; }

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

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

background-color css

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

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

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

border-color css

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

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

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