Html Css Color HEX #CD066D Ruby

📋 copy color: '#CD066D'

red 205 ◦ green 6 ◦ blue 109

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

Shades of Ruby #CD066D

Tints of Ruby #CD066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.88%

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

R = 64.06%
G = 1.88%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD066D (or 0xCD066D) is known color: Ruby. HEX triplet: CD, 06 and 6D. RGB value is (205,6,109). Sum of RGB (Red+Green+Blue) = 205+6+109=320 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.06% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 205 - color contains mainly: red. Hex color #CD066D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD066D is #32F992. Grayscale: #4D4D4D. Windows color (decimal): -3340691 or 7145165. OLE color: 7145165.

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

Color convert

RGB 205 6 109 -
CMYK 0 0.97 0.47 0.20
HSL 328.94º 0.94% 0.41% -
HSV(B) 328.94º 0.97% 0.8% -
XYZ 28 14.21 15.74 -
YUV 77.24 145.93 219.12 -
System Red Green Blue C M Y K H S L
Decimal 205 6 109 0 0.97 0.47 0.20 328.94 0.94 0.41
Hex CD 6 6D 0 61 2F 14 149 5E 29
Octal 315 6 155 0 141 57 24 511 136 51
Binary 11001101 110 1101101 0 1100001 101111 10100 101001001 1011110 101001

Color Harmonies of #CD066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD066D

Black with #CD066D

Text Example


Text Example

White with #CD066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD066D; }

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

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

background-color css

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

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

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

border-color css

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

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

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