Html Css Color HEX #CD196D Ruby

📋 copy color: '#CD196D'

red 205 ◦ green 25 ◦ blue 109

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

Shades of Ruby #CD196D

Tints of Ruby #CD196D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 60.47%
G = 7.37%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD196D (or 0xCD196D) is known color: Ruby. HEX triplet: CD, 19 and 6D. RGB value is (205,25,109). Sum of RGB (Red+Green+Blue) = 205+25+109=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD196D is #32E692. Grayscale: #585858. Windows color (decimal): -3335827 or 7150029. OLE color: 7150029.

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

Color convert

RGB 205 25 109 -
CMYK 0 0.88 0.47 0.20
HSL 332º 0.78% 0.45% -
HSV(B) 332º 0.88% 0.8% -
XYZ 28.28 14.78 15.83 -
YUV 88.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 205 25 109 0 0.88 0.47 0.20 332 0.78 0.45
Hex CD 19 6D 0 58 2F 14 14C 4E 2D
Octal 315 31 155 0 130 57 24 514 116 55
Binary 11001101 11001 1101101 0 1011000 101111 10100 101001100 1001110 101101

Color Harmonies of #CD196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD196D

Black with #CD196D

Text Example


Text Example

White with #CD196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD196D; }

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

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

background-color css

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

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

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

border-color css

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

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

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