Html Css Color HEX #CF176C Ruby

📋 copy color: '#CF176C'

red 207 ◦ green 23 ◦ blue 108

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

Shades of Ruby #CF176C

Tints of Ruby #CF176C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 61.24%
G = 6.8%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF176C (or 0xCF176C) is known color: Ruby. HEX triplet: CF, 17 and 6C. RGB value is (207,23,108). Sum of RGB (Red+Green+Blue) = 207+23+108=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF176C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF176C is #30E893. Grayscale: #575757. Windows color (decimal): -3205268 or 7083983. OLE color: 7083983.

HSL color Cylindrical-coordinate representation of color #CF176C: hue angle of 332.28º 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 #CF176C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 23 108 -
CMYK 0 0.89 0.48 0.19
HSL 332.28º 0.8% 0.45% -
HSV(B) 332.28º 0.89% 0.81% -
XYZ 28.75 14.96 15.56 -
YUV 87.71 139.46 213.09 -
System Red Green Blue C M Y K H S L
Decimal 207 23 108 0 0.89 0.48 0.19 332.28 0.8 0.45
Hex CF 17 6C 0 59 30 13 14C 50 2D
Octal 317 27 154 0 131 60 23 514 120 55
Binary 11001111 10111 1101100 0 1011001 110000 10011 101001100 1010000 101101

Color Harmonies of #CF176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF176C

Black with #CF176C

Text Example


Text Example

White with #CF176C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF176C; }

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

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

background-color css

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

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

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

border-color css

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

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

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