Html Css Color HEX #C61569 Ruby

📋 copy color: '#C61569'

red 198 ◦ green 21 ◦ blue 105

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

Shades of Ruby #C61569

Tints of Ruby #C61569

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.48%

 BLUE value IS 105 (41.41% from 255) = 32.41%

R = 61.11%
G = 6.48%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C61569 (or 0xC61569) is known color: Ruby. HEX triplet: C6, 15 and 69. RGB value is (198,21,105). Sum of RGB (Red+Green+Blue) = 198+21+105=324 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.11% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 105 (41.41% from 255 or 32.41% from 324); Max value from RGB is 198 - color contains mainly: red. Hex color #C61569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61569 is #39EA96. Grayscale: #535353. Windows color (decimal): -3795607 or 6886854. OLE color: 6886854.

HSL color Cylindrical-coordinate representation of color #C61569: hue angle of 331.53º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61569 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 21 105 -
CMYK 0 0.89 0.47 0.22
HSL 331.53º 0.81% 0.43% -
HSV(B) 331.53º 0.89% 0.78% -
XYZ 26.11 13.56 14.61 -
YUV 83.5 140.14 209.67 -
System Red Green Blue C M Y K H S L
Decimal 198 21 105 0 0.89 0.47 0.22 331.53 0.81 0.43
Hex C6 15 69 0 59 2F 16 14C 51 2B
Octal 306 25 151 0 131 57 26 514 121 53
Binary 11000110 10101 1101001 0 1011001 101111 10110 101001100 1010001 101011

Color Harmonies of #C61569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61569

Black with #C61569

Text Example


Text Example

White with #C61569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61569; }

 p { color: rgb(198,21,105); }

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

background-color css

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

 a { background-color: rgb(198,21,105); }

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

border-color css

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

 span { border-color: rgb(198,21,105); }

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