Html Css Color HEX #CF086D Ruby

📋 copy color: '#CF086D'

red 207 ◦ green 8 ◦ blue 109

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

Shades of Ruby #CF086D

Tints of Ruby #CF086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.47%

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

R = 63.89%
G = 2.47%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF086D (or 0xCF086D) is known color: Ruby. HEX triplet: CF, 08 and 6D. RGB value is (207,8,109). Sum of RGB (Red+Green+Blue) = 207+8+109=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF086D is #30F792. Grayscale: #4E4E4E. Windows color (decimal): -3209107 or 7145679. OLE color: 7145679.

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

Color convert

RGB 207 8 109 -
CMYK 0 0.96 0.47 0.19
HSL 329.55º 0.93% 0.42% -
HSV(B) 329.55º 0.96% 0.81% -
XYZ 28.58 14.54 15.77 -
YUV 79.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 207 8 109 0 0.96 0.47 0.19 329.55 0.93 0.42
Hex CF 8 6D 0 60 2F 13 14A 5D 2A
Octal 317 10 155 0 140 57 23 512 135 52
Binary 11001111 1000 1101101 0 1100000 101111 10011 101001010 1011101 101010

Color Harmonies of #CF086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF086D

Black with #CF086D

Text Example


Text Example

White with #CF086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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