Html Css Color HEX #C61669 Ruby

📋 copy color: '#C61669'

red 198 ◦ green 22 ◦ blue 105

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

Shades of Ruby #C61669

Tints of Ruby #C61669

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.77%

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

R = 60.92%
G = 6.77%
B = 32.31%

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

#C61669 (or 0xC61669) is known color: Ruby. HEX triplet: C6, 16 and 69. RGB value is (198,22,105). Sum of RGB (Red+Green+Blue) = 198+22+105=325 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60.92% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 198 - color contains mainly: red. Hex color #C61669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C61669 is #39E996. Grayscale: #535353. Windows color (decimal): -3795351 or 6887110. OLE color: 6887110.

HSL color Cylindrical-coordinate representation of color #C61669: hue angle of 331.7º degrees, saturation: 0.8, 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 #C61669 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 22 105 -
CMYK 0 0.89 0.47 0.22
HSL 331.7º 0.8% 0.43% -
HSV(B) 331.7º 0.89% 0.78% -
XYZ 26.13 13.6 14.61 -
YUV 84.09 139.81 209.25 -
System Red Green Blue C M Y K H S L
Decimal 198 22 105 0 0.89 0.47 0.22 331.7 0.8 0.43
Hex C6 16 69 0 59 2F 16 14C 50 2B
Octal 306 26 151 0 131 57 26 514 120 53
Binary 11000110 10110 1101001 0 1011001 101111 10110 101001100 1010000 101011

Color Harmonies of #C61669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61669

Black with #C61669

Text Example


Text Example

White with #C61669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61669; }

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

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

background-color css

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

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

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

border-color css

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

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

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