Html Css Color HEX #CF186E Ruby

📋 copy color: '#CF186E'

red 207 ◦ green 24 ◦ blue 110

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

Shades of Ruby #CF186E

Tints of Ruby #CF186E

RGB

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

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

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

R = 60.7%
G = 7.04%
B = 32.26%

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

#CF186E (or 0xCF186E) is known color: Ruby. HEX triplet: CF, 18 and 6E. RGB value is (207,24,110). Sum of RGB (Red+Green+Blue) = 207+24+110=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF186E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF186E is #30E791. Grayscale: #585858. Windows color (decimal): -3205010 or 7215311. OLE color: 7215311.

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

Color convert

RGB 207 24 110 -
CMYK 0 0.88 0.47 0.19
HSL 331.8º 0.79% 0.45% -
HSV(B) 331.8º 0.88% 0.81% -
XYZ 28.87 15.04 16.13 -
YUV 88.52 140.13 212.51 -
System Red Green Blue C M Y K H S L
Decimal 207 24 110 0 0.88 0.47 0.19 331.8 0.79 0.45
Hex CF 18 6E 0 58 2F 13 14C 4F 2D
Octal 317 30 156 0 130 57 23 514 117 55
Binary 11001111 11000 1101110 0 1011000 101111 10011 101001100 1001111 101101

Color Harmonies of #CF186E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF186E

Black with #CF186E

Text Example


Text Example

White with #CF186E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF186E; }

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

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

background-color css

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

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

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

border-color css

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

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

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