Html Css Color HEX #CF176B Ruby

📋 copy color: '#CF176B'

red 207 ◦ green 23 ◦ blue 107

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

Shades of Ruby #CF176B

Tints of Ruby #CF176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.75%

R = 61.42%
G = 6.82%
B = 31.75%

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

#CF176B (or 0xCF176B) is known color: Ruby. HEX triplet: CF, 17 and 6B. RGB value is (207,23,107). Sum of RGB (Red+Green+Blue) = 207+23+107=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 23 (9.38% from 255 or 6.82% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF176B is #30E894. Grayscale: #575757. Windows color (decimal): -3205269 or 7018447. OLE color: 7018447.

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

Color convert

RGB 207 23 107 -
CMYK 0 0.89 0.48 0.19
HSL 332.61º 0.8% 0.45% -
HSV(B) 332.61º 0.89% 0.81% -
XYZ 28.69 14.94 15.28 -
YUV 87.59 138.96 213.17 -
System Red Green Blue C M Y K H S L
Decimal 207 23 107 0 0.89 0.48 0.19 332.61 0.8 0.45
Hex CF 17 6B 0 59 30 13 14D 50 2D
Octal 317 27 153 0 131 60 23 515 120 55
Binary 11001111 10111 1101011 0 1011001 110000 10011 101001101 1010000 101101

Color Harmonies of #CF176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF176B

Black with #CF176B

Text Example


Text Example

White with #CF176B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF176B; }

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

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

background-color css

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

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

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

border-color css

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

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

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