Html Css Color HEX #CF086A Ruby

📋 copy color: '#CF086A'

red 207 ◦ green 8 ◦ blue 106

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

Shades of Ruby #CF086A

Tints of Ruby #CF086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.02%

R = 64.49%
G = 2.49%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF086A (or 0xCF086A) is known color: Ruby. HEX triplet: CF, 08 and 6A. RGB value is (207,8,106). Sum of RGB (Red+Green+Blue) = 207+8+106=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 106 (41.80% from 255 or 33.02% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF086A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF086A is #30F795. Grayscale: #4E4E4E. Windows color (decimal): -3209110 or 6949071. OLE color: 6949071.

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

Color convert

RGB 207 8 106 -
CMYK 0 0.96 0.49 0.19
HSL 330.45º 0.93% 0.42% -
HSV(B) 330.45º 0.96% 0.81% -
XYZ 28.42 14.48 14.93 -
YUV 78.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 207 8 106 0 0.96 0.49 0.19 330.45 0.93 0.42
Hex CF 8 6A 0 60 31 13 14A 5D 2A
Octal 317 10 152 0 140 61 23 512 135 52
Binary 11001111 1000 1101010 0 1100000 110001 10011 101001010 1011101 101010

Color Harmonies of #CF086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF086A

Black with #CF086A

Text Example


Text Example

White with #CF086A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF086A; }

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

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

background-color css

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

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

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

border-color css

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

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

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