Html Css Color HEX #CD0668 Ruby

📋 copy color: '#CD0668'

red 205 ◦ green 6 ◦ blue 104

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

Shades of Ruby #CD0668

Tints of Ruby #CD0668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.02%

R = 65.08%
G = 1.9%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD0668 (or 0xCD0668) is known color: Ruby. HEX triplet: CD, 06 and 68. RGB value is (205,6,104). Sum of RGB (Red+Green+Blue) = 205+6+104=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0668 is #32F997. Grayscale: #4C4C4C. Windows color (decimal): -3340696 or 6817485. OLE color: 6817485.

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

Color convert

RGB 205 6 104 -
CMYK 0 0.97 0.49 0.20
HSL 330.45º 0.94% 0.41% -
HSV(B) 330.45º 0.97% 0.8% -
XYZ 27.74 14.11 14.36 -
YUV 76.67 143.43 219.53 -
System Red Green Blue C M Y K H S L
Decimal 205 6 104 0 0.97 0.49 0.20 330.45 0.94 0.41
Hex CD 6 68 0 61 31 14 14A 5E 29
Octal 315 6 150 0 141 61 24 512 136 51
Binary 11001101 110 1101000 0 1100001 110001 10100 101001010 1011110 101001

Color Harmonies of #CD0668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0668

Black with #CD0668

Text Example


Text Example

White with #CD0668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0668; }

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

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

background-color css

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

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

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

border-color css

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

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

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