Html Css Color HEX #CD085B Ruby

📋 copy color: '#CD085B'

red 205 ◦ green 8 ◦ blue 91

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

Shades of Ruby #CD085B

Tints of Ruby #CD085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.93%

R = 67.43%
G = 2.63%
B = 29.93%

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

#CD085B (or 0xCD085B) is known color: Ruby. HEX triplet: CD, 08 and 5B. RGB value is (205,8,91). Sum of RGB (Red+Green+Blue) = 205+8+91=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD085B is #32F7A4. Grayscale: #4C4C4C. Windows color (decimal): -3340197 or 5966029. OLE color: 5966029.

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

Color convert

RGB 205 8 91 -
CMYK 0 0.96 0.56 0.20
HSL 334.72º 0.92% 0.42% -
HSV(B) 334.72º 0.96% 0.8% -
XYZ 27.15 13.91 11.15 -
YUV 76.37 136.27 219.75 -
System Red Green Blue C M Y K H S L
Decimal 205 8 91 0 0.96 0.56 0.20 334.72 0.92 0.42
Hex CD 8 5B 0 60 38 14 14F 5C 2A
Octal 315 10 133 0 140 70 24 517 134 52
Binary 11001101 1000 1011011 0 1100000 111000 10100 101001111 1011100 101010

Color Harmonies of #CD085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD085B

Black with #CD085B

Text Example


Text Example

White with #CD085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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