Html Css Color HEX #CD056B Ruby

📋 copy color: '#CD056B'

red 205 ◦ green 5 ◦ blue 107

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

Shades of Ruby #CD056B

Tints of Ruby #CD056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.58%

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

R = 64.67%
G = 1.58%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD056B (or 0xCD056B) is known color: Ruby. HEX triplet: CD, 05 and 6B. RGB value is (205,5,107). Sum of RGB (Red+Green+Blue) = 205+5+107=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD056B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD056B is #32FA94. Grayscale: #4C4C4C. Windows color (decimal): -3340949 or 7013837. OLE color: 7013837.

HSL color Cylindrical-coordinate representation of color #CD056B: hue angle of 329.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD056B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 5 107 -
CMYK 0 0.98 0.48 0.20
HSL 329.4º 0.95% 0.41% -
HSV(B) 329.4º 0.98% 0.8% -
XYZ 27.88 14.15 15.17 -
YUV 76.43 145.26 219.71 -
System Red Green Blue C M Y K H S L
Decimal 205 5 107 0 0.98 0.48 0.20 329.4 0.95 0.41
Hex CD 5 6B 0 62 30 14 149 5F 29
Octal 315 5 153 0 142 60 24 511 137 51
Binary 11001101 101 1101011 0 1100010 110000 10100 101001001 1011111 101001

Color Harmonies of #CD056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD056B

Black with #CD056B

Text Example


Text Example

White with #CD056B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD056B; }

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

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

background-color css

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

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

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

border-color css

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

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

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