Html Css Color HEX #CD066E Ruby

📋 copy color: '#CD066E'

red 205 ◦ green 6 ◦ blue 110

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

Shades of Ruby #CD066E

Tints of Ruby #CD066E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.27%

R = 63.86%
G = 1.87%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD066E (or 0xCD066E) is known color: Ruby. HEX triplet: CD, 06 and 6E. RGB value is (205,6,110). Sum of RGB (Red+Green+Blue) = 205+6+110=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 110 (43.36% from 255 or 34.27% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD066E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD066E is #32F991. Grayscale: #4D4D4D. Windows color (decimal): -3340690 or 7210701. OLE color: 7210701.

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

Color convert

RGB 205 6 110 -
CMYK 0 0.97 0.46 0.20
HSL 328.64º 0.94% 0.41% -
HSV(B) 328.64º 0.97% 0.8% -
XYZ 28.06 14.24 16.02 -
YUV 77.36 146.43 219.04 -
System Red Green Blue C M Y K H S L
Decimal 205 6 110 0 0.97 0.46 0.20 328.64 0.94 0.41
Hex CD 6 6E 0 61 2E 14 149 5E 29
Octal 315 6 156 0 141 56 24 511 136 51
Binary 11001101 110 1101110 0 1100001 101110 10100 101001001 1011110 101001

Color Harmonies of #CD066E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD066E

Black with #CD066E

Text Example


Text Example

White with #CD066E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD066E; }

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

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

background-color css

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

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

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

border-color css

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

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

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