Html Css Color HEX #CD195C Ruby

📋 copy color: '#CD195C'

red 205 ◦ green 25 ◦ blue 92

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

Shades of Ruby #CD195C

Tints of Ruby #CD195C

RGB

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

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

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

R = 63.66%
G = 7.76%
B = 28.57%

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

#CD195C (or 0xCD195C) is known color: Ruby. HEX triplet: CD, 19 and 5C. RGB value is (205,25,92). Sum of RGB (Red+Green+Blue) = 205+25+92=322 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.66% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 205 - color contains mainly: red. Hex color #CD195C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD195C is #32E6A3. Grayscale: #565656. Windows color (decimal): -3335844 or 6035917. OLE color: 6035917.

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

Color convert

RGB 205 25 92 -
CMYK 0 0.88 0.55 0.20
HSL 337.67º 0.78% 0.45% -
HSV(B) 337.67º 0.88% 0.8% -
XYZ 27.46 14.45 11.47 -
YUV 86.46 131.13 212.55 -
System Red Green Blue C M Y K H S L
Decimal 205 25 92 0 0.88 0.55 0.20 337.67 0.78 0.45
Hex CD 19 5C 0 58 37 14 152 4E 2D
Octal 315 31 134 0 130 67 24 522 116 55
Binary 11001101 11001 1011100 0 1011000 110111 10100 101010010 1001110 101101

Color Harmonies of #CD195C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD195C

Black with #CD195C

Text Example


Text Example

White with #CD195C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD195C; }

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

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

background-color css

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

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

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

border-color css

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

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

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