Html Css Color HEX #CF176E Ruby

📋 copy color: '#CF176E'

red 207 ◦ green 23 ◦ blue 110

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

Shades of Ruby #CF176E

Tints of Ruby #CF176E

RGB

 RED value IS 207 (81.25% from 255) = 60.88%

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

 BLUE value IS 110 (43.36% from 255) = 32.35%

R = 60.88%
G = 6.76%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF176E (or 0xCF176E) is known color: Ruby. HEX triplet: CF, 17 and 6E. RGB value is (207,23,110). Sum of RGB (Red+Green+Blue) = 207+23+110=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 23 (9.38% from 255 or 6.76% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF176E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF176E is #30E891. Grayscale: #575757. Windows color (decimal): -3205266 or 7215055. OLE color: 7215055.

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

Color convert

RGB 207 23 110 -
CMYK 0 0.89 0.47 0.19
HSL 331.63º 0.8% 0.45% -
HSV(B) 331.63º 0.89% 0.81% -
XYZ 28.85 15 16.13 -
YUV 87.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 207 23 110 0 0.89 0.47 0.19 331.63 0.8 0.45
Hex CF 17 6E 0 59 2F 13 14C 50 2D
Octal 317 27 156 0 131 57 23 514 120 55
Binary 11001111 10111 1101110 0 1011001 101111 10011 101001100 1010000 101101

Color Harmonies of #CF176E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF176E

Black with #CF176E

Text Example


Text Example

White with #CF176E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF176E; }

 p { color: rgb(207,23,110); }

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

background-color css

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

 a { background-color: rgb(207,23,110); }

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

border-color css

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

 span { border-color: rgb(207,23,110); }

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