Html Css Color HEX #CD016A Ruby

📋 copy color: '#CD016A'

red 205 ◦ green 1 ◦ blue 106

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

Shades of Ruby #CD016A

Tints of Ruby #CD016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 65.71%
G = 0.32%
B = 33.97%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD016A (or 0xCD016A) is known color: Ruby. HEX triplet: CD, 01 and 6A. RGB value is (205,1,106). Sum of RGB (Red+Green+Blue) = 205+1+106=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD016A is #32FE95. Grayscale: #494949. Windows color (decimal): -3341974 or 6947277. OLE color: 6947277.

HSL color Cylindrical-coordinate representation of color #CD016A: hue angle of 329.12º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD016A is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 1 106 -
CMYK 0 1.00 0.48 0.20
HSL 329.12º 0.99% 0.4% -
HSV(B) 329.12º 1% 0.8% -
XYZ 27.79 14.04 14.88 -
YUV 73.97 146.09 221.46 -
System Red Green Blue C M Y K H S L
Decimal 205 1 106 0 1.00 0.48 0.20 329.12 0.99 0.4
Hex CD 1 6A 0 64 30 14 149 63 28
Octal 315 1 152 0 144 60 24 511 143 50
Binary 11001101 1 1101010 0 1100100 110000 10100 101001001 1100011 101000

Color Harmonies of #CD016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD016A

Black with #CD016A

Text Example


Text Example

White with #CD016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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