Html Css Color HEX #CD085E Ruby

📋 copy color: '#CD085E'

red 205 ◦ green 8 ◦ blue 94

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

Shades of Ruby #CD085E

Tints of Ruby #CD085E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.62%

R = 66.78%
G = 2.61%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD085E (or 0xCD085E) is known color: Ruby. HEX triplet: CD, 08 and 5E. RGB value is (205,8,94). Sum of RGB (Red+Green+Blue) = 205+8+94=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD085E is #32F7A1. Grayscale: #4C4C4C. Windows color (decimal): -3340194 or 6162637. OLE color: 6162637.

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

Color convert

RGB 205 8 94 -
CMYK 0 0.96 0.54 0.20
HSL 333.81º 0.92% 0.42% -
HSV(B) 333.81º 0.96% 0.8% -
XYZ 27.28 13.96 11.85 -
YUV 76.71 137.77 219.51 -
System Red Green Blue C M Y K H S L
Decimal 205 8 94 0 0.96 0.54 0.20 333.81 0.92 0.42
Hex CD 8 5E 0 60 36 14 14E 5C 2A
Octal 315 10 136 0 140 66 24 516 134 52
Binary 11001101 1000 1011110 0 1100000 110110 10100 101001110 1011100 101010

Color Harmonies of #CD085E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD085E

Black with #CD085E

Text Example


Text Example

White with #CD085E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD085E; }

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

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

background-color css

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

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

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

border-color css

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

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

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