Html Css Color HEX #CD086E Ruby

📋 copy color: '#CD086E'

red 205 ◦ green 8 ◦ blue 110

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

Shades of Ruby #CD086E

Tints of Ruby #CD086E

RGB

 RED value IS 205 (80.47% from 255) = 63.47%

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

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

R = 63.47%
G = 2.48%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD086E (or 0xCD086E) is known color: Ruby. HEX triplet: CD, 08 and 6E. RGB value is (205,8,110). Sum of RGB (Red+Green+Blue) = 205+8+110=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 8 (3.52% from 255 or 2.48% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD086E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD086E is #32F791. Grayscale: #4E4E4E. Windows color (decimal): -3340178 or 7211213. OLE color: 7211213.

HSL color Cylindrical-coordinate representation of color #CD086E: hue angle of 328.93º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD086E is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 8 110 -
CMYK 0 0.96 0.46 0.20
HSL 328.93º 0.92% 0.42% -
HSV(B) 328.93º 0.96% 0.8% -
XYZ 28.08 14.28 16.03 -
YUV 78.53 145.77 218.21 -
System Red Green Blue C M Y K H S L
Decimal 205 8 110 0 0.96 0.46 0.20 328.93 0.92 0.42
Hex CD 8 6E 0 60 2E 14 149 5C 2A
Octal 315 10 156 0 140 56 24 511 134 52
Binary 11001101 1000 1101110 0 1100000 101110 10100 101001001 1011100 101010

Color Harmonies of #CD086E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD086E

Black with #CD086E

Text Example


Text Example

White with #CD086E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD086E; }

 p { color: rgb(205,8,110); }

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

background-color css

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

 a { background-color: rgb(205,8,110); }

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

border-color css

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

 span { border-color: rgb(205,8,110); }

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