Html Css Color HEX #CF186D Ruby

📋 copy color: '#CF186D'

red 207 ◦ green 24 ◦ blue 109

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

Shades of Ruby #CF186D

Tints of Ruby #CF186D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

 BLUE value IS 109 (42.97% from 255) = 32.06%

R = 60.88%
G = 7.06%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF186D (or 0xCF186D) is known color: Ruby. HEX triplet: CF, 18 and 6D. RGB value is (207,24,109). Sum of RGB (Red+Green+Blue) = 207+24+109=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF186D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF186D is #30E792. Grayscale: #585858. Windows color (decimal): -3205011 or 7149775. OLE color: 7149775.

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

Color convert

RGB 207 24 109 -
CMYK 0 0.88 0.47 0.19
HSL 332.13º 0.79% 0.45% -
HSV(B) 332.13º 0.88% 0.81% -
XYZ 28.82 15.02 15.85 -
YUV 88.41 139.63 212.59 -
System Red Green Blue C M Y K H S L
Decimal 207 24 109 0 0.88 0.47 0.19 332.13 0.79 0.45
Hex CF 18 6D 0 58 2F 13 14C 4F 2D
Octal 317 30 155 0 130 57 23 514 117 55
Binary 11001111 11000 1101101 0 1011000 101111 10011 101001100 1001111 101101

Color Harmonies of #CF186D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF186D

Black with #CF186D

Text Example


Text Example

White with #CF186D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF186D; }

 p { color: rgb(207,24,109); }

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

background-color css

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

 a { background-color: rgb(207,24,109); }

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

border-color css

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

 span { border-color: rgb(207,24,109); }

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