Html Css Color HEX #CF166C Ruby

📋 copy color: '#CF166C'

red 207 ◦ green 22 ◦ blue 108

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

Shades of Ruby #CF166C

Tints of Ruby #CF166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.53%

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

R = 61.42%
G = 6.53%
B = 32.05%

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

#CF166C (or 0xCF166C) is known color: Ruby. HEX triplet: CF, 16 and 6C. RGB value is (207,22,108). Sum of RGB (Red+Green+Blue) = 207+22+108=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF166C is #30E993. Grayscale: #565656. Windows color (decimal): -3205524 or 7083727. OLE color: 7083727.

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

Color convert

RGB 207 22 108 -
CMYK 0 0.89 0.48 0.19
HSL 332.11º 0.81% 0.45% -
HSV(B) 332.11º 0.89% 0.81% -
XYZ 28.73 14.92 15.55 -
YUV 87.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 207 22 108 0 0.89 0.48 0.19 332.11 0.81 0.45
Hex CF 16 6C 0 59 30 13 14C 51 2D
Octal 317 26 154 0 131 60 23 514 121 55
Binary 11001111 10110 1101100 0 1011001 110000 10011 101001100 1010001 101101

Color Harmonies of #CF166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF166C

Black with #CF166C

Text Example


Text Example

White with #CF166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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