Html Css Color HEX #CD066A Ruby

📋 copy color: '#CD066A'

red 205 ◦ green 6 ◦ blue 106

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

Shades of Ruby #CD066A

Tints of Ruby #CD066A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.44%

R = 64.67%
G = 1.89%
B = 33.44%

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

#CD066A (or 0xCD066A) is known color: Ruby. HEX triplet: CD, 06 and 6A. RGB value is (205,6,106). Sum of RGB (Red+Green+Blue) = 205+6+106=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD066A is #32F995. Grayscale: #4C4C4C. Windows color (decimal): -3340694 or 6948557. OLE color: 6948557.

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

Color convert

RGB 205 6 106 -
CMYK 0 0.97 0.48 0.20
HSL 329.85º 0.94% 0.41% -
HSV(B) 329.85º 0.97% 0.8% -
XYZ 27.84 14.15 14.9 -
YUV 76.9 144.43 219.37 -
System Red Green Blue C M Y K H S L
Decimal 205 6 106 0 0.97 0.48 0.20 329.85 0.94 0.41
Hex CD 6 6A 0 61 30 14 14A 5E 29
Octal 315 6 152 0 141 60 24 512 136 51
Binary 11001101 110 1101010 0 1100001 110000 10100 101001010 1011110 101001

Color Harmonies of #CD066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD066A

Black with #CD066A

Text Example


Text Example

White with #CD066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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