Html Css Color HEX #CD155C Ruby

📋 copy color: '#CD155C'

red 205 ◦ green 21 ◦ blue 92

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

Shades of Ruby #CD155C

Tints of Ruby #CD155C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 64.47%
G = 6.6%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD155C (or 0xCD155C) is known color: Ruby. HEX triplet: CD, 15 and 5C. RGB value is (205,21,92). Sum of RGB (Red+Green+Blue) = 205+21+92=318 (42% of max value = 765). Red value is 205 (80.47% from 255 or 64.47% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 205 - color contains mainly: red. Hex color #CD155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD155C is #32EAA3. Grayscale: #545454. Windows color (decimal): -3336868 or 6034893. OLE color: 6034893.

HSL color Cylindrical-coordinate representation of color #CD155C: hue angle of 336.85º degrees, saturation: 0.81, 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 #CD155C is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 21 92 -
CMYK 0 0.90 0.55 0.20
HSL 336.85º 0.81% 0.44% -
HSV(B) 336.85º 0.9% 0.8% -
XYZ 27.38 14.29 11.44 -
YUV 84.11 132.46 214.23 -
System Red Green Blue C M Y K H S L
Decimal 205 21 92 0 0.90 0.55 0.20 336.85 0.81 0.44
Hex CD 15 5C 0 5A 37 14 151 51 2C
Octal 315 25 134 0 132 67 24 521 121 54
Binary 11001101 10101 1011100 0 1011010 110111 10100 101010001 1010001 101100

Color Harmonies of #CD155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD155C

Black with #CD155C

Text Example


Text Example

White with #CD155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD155C; }

 p { color: rgb(205,21,92); }

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

background-color css

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

 a { background-color: rgb(205,21,92); }

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

border-color css

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

 span { border-color: rgb(205,21,92); }

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