Html Css Color HEX #CD006D Ruby

📋 copy color: '#CD006D'

red 205 ◦ green 0 ◦ blue 109

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

Shades of Ruby #CD006D

Tints of Ruby #CD006D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.29%
G = 0%
B = 34.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD006D (or 0xCD006D) is known color: Ruby. HEX triplet: CD, 00 and 6D. RGB value is (205,0,109). Sum of RGB (Red+Green+Blue) = 205+0+109=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD006D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD006D is #32FF92. Grayscale: #494949. Windows color (decimal): -3342227 or 7143629. OLE color: 7143629.

HSL color Cylindrical-coordinate representation of color #CD006D: hue angle of 328.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD006D is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 0 109 -
CMYK 0 1 0.47 0.20
HSL 328.1º 1% 0.4% -
HSV(B) 328.1º 1% 0.8% -
XYZ 27.94 14.08 15.71 -
YUV 73.72 147.92 221.64 -
System Red Green Blue C M Y K H S L
Decimal 205 0 109 0 1 0.47 0.20 328.1 1 0.4
Hex CD 0 6D 0 64 2F 14 148 64 28
Octal 315 0 155 0 144 57 24 510 144 50
Binary 11001101 0 1101101 0 1100100 101111 10100 101001000 1100100 101000

Color Harmonies of #CD006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD006D

Black with #CD006D

Text Example


Text Example

White with #CD006D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD006D; }

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

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

background-color css

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

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

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

border-color css

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

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

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