Html Css Color HEX #CD1468 Ruby

📋 copy color: '#CD1468'

red 205 ◦ green 20 ◦ blue 104

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

Shades of Ruby #CD1468

Tints of Ruby #CD1468

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.08%

 BLUE value IS 104 (41.02% from 255) = 31.61%

R = 62.31%
G = 6.08%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD1468 (or 0xCD1468) is known color: Ruby. HEX triplet: CD, 14 and 68. RGB value is (205,20,104). Sum of RGB (Red+Green+Blue) = 205+20+104=329 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.31% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1468 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1468 is #32EB97. Grayscale: #545454. Windows color (decimal): -3337112 or 6821069. OLE color: 6821069.

HSL color Cylindrical-coordinate representation of color #CD1468: hue angle of 332.76º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1468 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 20 104 -
CMYK 0 0.90 0.49 0.20
HSL 332.76º 0.82% 0.44% -
HSV(B) 332.76º 0.9% 0.8% -
XYZ 27.93 14.48 14.42 -
YUV 84.89 138.79 213.67 -
System Red Green Blue C M Y K H S L
Decimal 205 20 104 0 0.90 0.49 0.20 332.76 0.82 0.44
Hex CD 14 68 0 5A 31 14 14D 52 2C
Octal 315 24 150 0 132 61 24 515 122 54
Binary 11001101 10100 1101000 0 1011010 110001 10100 101001101 1010010 101100

Color Harmonies of #CD1468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD1468

Black with #CD1468

Text Example


Text Example

White with #CD1468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD1468; }

 p { color: rgb(205,20,104); }

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

background-color css

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

 a { background-color: rgb(205,20,104); }

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

border-color css

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

 span { border-color: rgb(205,20,104); }

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