Html Css Color HEX #CD086D Ruby

📋 copy color: '#CD086D'

red 205 ◦ green 8 ◦ blue 109

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

Shades of Ruby #CD086D

Tints of Ruby #CD086D

RGB

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

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

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

R = 63.66%
G = 2.48%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD086D (or 0xCD086D) is known color: Ruby. HEX triplet: CD, 08 and 6D. RGB value is (205,8,109). Sum of RGB (Red+Green+Blue) = 205+8+109=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 8 (3.52% from 255 or 2.48% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD086D is #32F792. Grayscale: #4E4E4E. Windows color (decimal): -3340179 or 7145677. OLE color: 7145677.

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

Color convert

RGB 205 8 109 -
CMYK 0 0.96 0.47 0.20
HSL 329.24º 0.92% 0.42% -
HSV(B) 329.24º 0.96% 0.8% -
XYZ 28.02 14.26 15.74 -
YUV 78.42 145.27 218.29 -
System Red Green Blue C M Y K H S L
Decimal 205 8 109 0 0.96 0.47 0.20 329.24 0.92 0.42
Hex CD 8 6D 0 60 2F 14 149 5C 2A
Octal 315 10 155 0 140 57 24 511 134 52
Binary 11001101 1000 1101101 0 1100000 101111 10100 101001001 1011100 101010

Color Harmonies of #CD086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD086D

Black with #CD086D

Text Example


Text Example

White with #CD086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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