Html Css Color HEX #CD195D Ruby

📋 copy color: '#CD195D'

red 205 ◦ green 25 ◦ blue 93

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

Shades of Ruby #CD195D

Tints of Ruby #CD195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.74%

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 63.47%
G = 7.74%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD195D (or 0xCD195D) is known color: Ruby. HEX triplet: CD, 19 and 5D. RGB value is (205,25,93). Sum of RGB (Red+Green+Blue) = 205+25+93=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD195D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD195D is #32E6A2. Grayscale: #565656. Windows color (decimal): -3335843 or 6101453. OLE color: 6101453.

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

Color convert

RGB 205 25 93 -
CMYK 0 0.88 0.55 0.20
HSL 337.33º 0.78% 0.45% -
HSV(B) 337.33º 0.88% 0.8% -
XYZ 27.5 14.46 11.7 -
YUV 86.57 131.63 212.47 -
System Red Green Blue C M Y K H S L
Decimal 205 25 93 0 0.88 0.55 0.20 337.33 0.78 0.45
Hex CD 19 5D 0 58 37 14 151 4E 2D
Octal 315 31 135 0 130 67 24 521 116 55
Binary 11001101 11001 1011101 0 1011000 110111 10100 101010001 1001110 101101

Color Harmonies of #CD195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD195D

Black with #CD195D

Text Example


Text Example

White with #CD195D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD195D; }

 p { color: rgb(205,25,93); }

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

background-color css

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

 a { background-color: rgb(205,25,93); }

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

border-color css

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

 span { border-color: rgb(205,25,93); }

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