Html Css Color HEX #CD056A Ruby

📋 copy color: '#CD056A'

red 205 ◦ green 5 ◦ blue 106

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

Shades of Ruby #CD056A

Tints of Ruby #CD056A

RGB

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

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

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

R = 64.87%
G = 1.58%
B = 33.54%

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

#CD056A (or 0xCD056A) is known color: Ruby. HEX triplet: CD, 05 and 6A. RGB value is (205,5,106). Sum of RGB (Red+Green+Blue) = 205+5+106=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 106 (41.80% from 255 or 33.54% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD056A is #32FA95. Grayscale: #4C4C4C. Windows color (decimal): -3340950 or 6948301. OLE color: 6948301.

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

Color convert

RGB 205 5 106 -
CMYK 0 0.98 0.48 0.20
HSL 329.7º 0.95% 0.41% -
HSV(B) 329.7º 0.98% 0.8% -
XYZ 27.83 14.13 14.9 -
YUV 76.31 144.76 219.79 -
System Red Green Blue C M Y K H S L
Decimal 205 5 106 0 0.98 0.48 0.20 329.7 0.95 0.41
Hex CD 5 6A 0 62 30 14 14A 5F 29
Octal 315 5 152 0 142 60 24 512 137 51
Binary 11001101 101 1101010 0 1100010 110000 10100 101001010 1011111 101001

Color Harmonies of #CD056A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD056A

Black with #CD056A

Text Example


Text Example

White with #CD056A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD056A; }

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

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

background-color css

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

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

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

border-color css

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

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

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