Html Css Color HEX #C51769 Ruby

📋 copy color: '#C51769'

red 197 ◦ green 23 ◦ blue 105

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

Shades of Ruby #C51769

Tints of Ruby #C51769

RGB

 RED value IS 197 (77.34% from 255) = 60.62%

 GREEN value IS 23 (9.38% from 255) = 7.08%

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

R = 60.62%
G = 7.08%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C51769 (or 0xC51769) is known color: Ruby. HEX triplet: C5, 17 and 69. RGB value is (197,23,105). Sum of RGB (Red+Green+Blue) = 197+23+105=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C51769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C51769 is #3AE896. Grayscale: #545454. Windows color (decimal): -3860631 or 6887365. OLE color: 6887365.

HSL color Cylindrical-coordinate representation of color #C51769: hue angle of 331.72º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C51769 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 23 105 -
CMYK 0 0.88 0.47 0.23
HSL 331.72º 0.79% 0.43% -
HSV(B) 331.72º 0.88% 0.77% -
XYZ 25.88 13.5 14.61 -
YUV 84.37 139.65 208.33 -
System Red Green Blue C M Y K H S L
Decimal 197 23 105 0 0.88 0.47 0.23 331.72 0.79 0.43
Hex C5 17 69 0 58 2F 17 14C 4F 2B
Octal 305 27 151 0 130 57 27 514 117 53
Binary 11000101 10111 1101001 0 1011000 101111 10111 101001100 1001111 101011

Color Harmonies of #C51769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51769

Black with #C51769

Text Example


Text Example

White with #C51769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51769; }

 p { color: rgb(197,23,105); }

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

background-color css

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

 a { background-color: rgb(197,23,105); }

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

border-color css

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

 span { border-color: rgb(197,23,105); }

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