Html Css Color HEX #CD016B Ruby

📋 copy color: '#CD016B'

red 205 ◦ green 1 ◦ blue 107

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

Shades of Ruby #CD016B

Tints of Ruby #CD016B

RGB

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

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

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

R = 65.5%
G = 0.32%
B = 34.19%

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

#CD016B (or 0xCD016B) is known color: Ruby. HEX triplet: CD, 01 and 6B. RGB value is (205,1,107). Sum of RGB (Red+Green+Blue) = 205+1+107=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD016B is #32FE94. Grayscale: #494949. Windows color (decimal): -3341973 or 7012813. OLE color: 7012813.

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

Color convert

RGB 205 1 107 -
CMYK 0 1.00 0.48 0.20
HSL 328.82º 0.99% 0.4% -
HSV(B) 328.82º 1% 0.8% -
XYZ 27.84 14.06 15.16 -
YUV 74.08 146.59 221.38 -
System Red Green Blue C M Y K H S L
Decimal 205 1 107 0 1.00 0.48 0.20 328.82 0.99 0.4
Hex CD 1 6B 0 64 30 14 149 63 28
Octal 315 1 153 0 144 60 24 511 143 50
Binary 11001101 1 1101011 0 1100100 110000 10100 101001001 1100011 101000

Color Harmonies of #CD016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD016B

Black with #CD016B

Text Example


Text Example

White with #CD016B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD016B; }

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

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

background-color css

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

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

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

border-color css

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

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

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