Html Css Color HEX #C61F69 Ruby

📋 copy color: '#C61F69'

red 198 ◦ green 31 ◦ blue 105

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

Shades of Ruby #C61F69

Tints of Ruby #C61F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.28%

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

R = 59.28%
G = 9.28%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C61F69 (or 0xC61F69) is known color: Ruby. HEX triplet: C6, 1F and 69. RGB value is (198,31,105). Sum of RGB (Red+Green+Blue) = 198+31+105=334 (44% of max value = 765). Red value is 198 (77.73% from 255 or 59.28% from 334); Green value is 31 (12.5% from 255 or 9.28% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 198 - color contains mainly: red. Hex color #C61F69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C61F69 is #39E096. Grayscale: #595959. Windows color (decimal): -3793047 or 6889414. OLE color: 6889414.

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

Color convert

RGB 198 31 105 -
CMYK 0 0.84 0.47 0.22
HSL 333.41º 0.73% 0.45% -
HSV(B) 333.41º 0.84% 0.78% -
XYZ 26.33 14.01 14.68 -
YUV 89.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 198 31 105 0 0.84 0.47 0.22 333.41 0.73 0.45
Hex C6 1F 69 0 54 2F 16 14D 49 2D
Octal 306 37 151 0 124 57 26 515 111 55
Binary 11000110 11111 1101001 0 1010100 101111 10110 101001101 1001001 101101

Color Harmonies of #C61F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61F69

Black with #C61F69

Text Example


Text Example

White with #C61F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61F69; }

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

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

background-color css

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

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

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

border-color css

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

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

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