Html Css Color HEX #CD066B Ruby

📋 copy color: '#CD066B'

red 205 ◦ green 6 ◦ blue 107

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

Shades of Ruby #CD066B

Tints of Ruby #CD066B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 64.47%
G = 1.89%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD066B (or 0xCD066B) is known color: Ruby. HEX triplet: CD, 06 and 6B. RGB value is (205,6,107). Sum of RGB (Red+Green+Blue) = 205+6+107=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD066B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD066B is #32F994. Grayscale: #4C4C4C. Windows color (decimal): -3340693 or 7014093. OLE color: 7014093.

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

Color convert

RGB 205 6 107 -
CMYK 0 0.97 0.48 0.20
HSL 329.55º 0.94% 0.41% -
HSV(B) 329.55º 0.97% 0.8% -
XYZ 27.9 14.17 15.17 -
YUV 77.02 144.93 219.29 -
System Red Green Blue C M Y K H S L
Decimal 205 6 107 0 0.97 0.48 0.20 329.55 0.94 0.41
Hex CD 6 6B 0 61 30 14 14A 5E 29
Octal 315 6 153 0 141 60 24 512 136 51
Binary 11001101 110 1101011 0 1100001 110000 10100 101001010 1011110 101001

Color Harmonies of #CD066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD066B

Black with #CD066B

Text Example


Text Example

White with #CD066B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD066B; }

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

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

background-color css

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

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

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

border-color css

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

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

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