Html Css Color HEX #CD1654 Ruby

📋 copy color: '#CD1654'

red 205 ◦ green 22 ◦ blue 84

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

Shades of Ruby #CD1654

Tints of Ruby #CD1654

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.07%

 BLUE value IS 84 (33.2% from 255) = 27.01%

R = 65.92%
G = 7.07%
B = 27.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD1654 (or 0xCD1654) is known color: Ruby. HEX triplet: CD, 16 and 54. RGB value is (205,22,84). Sum of RGB (Red+Green+Blue) = 205+22+84=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1654 is #32E9AB. Grayscale: #535353. Windows color (decimal): -3336620 or 5510861. OLE color: 5510861.

HSL color Cylindrical-coordinate representation of color #CD1654: hue angle of 339.67º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD1654 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 84 -
CMYK 0 0.89 0.59 0.20
HSL 339.67º 0.81% 0.45% -
HSV(B) 339.67º 0.89% 0.8% -
XYZ 27.06 14.19 9.7 -
YUV 83.79 128.13 214.46 -
System Red Green Blue C M Y K H S L
Decimal 205 22 84 0 0.89 0.59 0.20 339.67 0.81 0.45
Hex CD 16 54 0 59 3B 14 154 51 2D
Octal 315 26 124 0 131 73 24 524 121 55
Binary 11001101 10110 1010100 0 1011001 111011 10100 101010100 1010001 101101

Color Harmonies of #CD1654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1654

Black with #CD1654

Text Example


Text Example

White with #CD1654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1654; }

 p { color: rgb(205,22,84); }

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

background-color css

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

 a { background-color: rgb(205,22,84); }

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

border-color css

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

 span { border-color: rgb(205,22,84); }

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