Html Css Color HEX #CD085A Ruby

📋 copy color: '#CD085A'

red 205 ◦ green 8 ◦ blue 90

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

Shades of Ruby #CD085A

Tints of Ruby #CD085A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 67.66%
G = 2.64%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD085A (or 0xCD085A) is known color: Ruby. HEX triplet: CD, 08 and 5A. RGB value is (205,8,90). Sum of RGB (Red+Green+Blue) = 205+8+90=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD085A is #32F7A5. Grayscale: #4C4C4C. Windows color (decimal): -3340198 or 5900493. OLE color: 5900493.

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

Color convert

RGB 205 8 90 -
CMYK 0 0.96 0.56 0.20
HSL 335.03º 0.92% 0.42% -
HSV(B) 335.03º 0.96% 0.8% -
XYZ 27.11 13.89 10.93 -
YUV 76.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 205 8 90 0 0.96 0.56 0.20 335.03 0.92 0.42
Hex CD 8 5A 0 60 38 14 14F 5C 2A
Octal 315 10 132 0 140 70 24 517 134 52
Binary 11001101 1000 1011010 0 1100000 111000 10100 101001111 1011100 101010

Color Harmonies of #CD085A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD085A

Black with #CD085A

Text Example


Text Example

White with #CD085A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD085A; }

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

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

background-color css

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

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

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

border-color css

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

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

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