Html Css Color HEX #CD105C Ruby

📋 copy color: '#CD105C'

red 205 ◦ green 16 ◦ blue 92

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

Shades of Ruby #CD105C

Tints of Ruby #CD105C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

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

R = 65.5%
G = 5.11%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD105C (or 0xCD105C) is known color: Ruby. HEX triplet: CD, 10 and 5C. RGB value is (205,16,92). Sum of RGB (Red+Green+Blue) = 205+16+92=313 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.50% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 205 - color contains mainly: red. Hex color #CD105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD105C is #32EFA3. Grayscale: #515151. Windows color (decimal): -3338148 or 6033613. OLE color: 6033613.

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

Color convert

RGB 205 16 92 -
CMYK 0 0.92 0.55 0.20
HSL 335.87º 0.86% 0.43% -
HSV(B) 335.87º 0.92% 0.8% -
XYZ 27.29 14.12 11.41 -
YUV 81.18 134.12 216.32 -
System Red Green Blue C M Y K H S L
Decimal 205 16 92 0 0.92 0.55 0.20 335.87 0.86 0.43
Hex CD 10 5C 0 5C 37 14 150 56 2B
Octal 315 20 134 0 134 67 24 520 126 53
Binary 11001101 10000 1011100 0 1011100 110111 10100 101010000 1010110 101011

Color Harmonies of #CD105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD105C

Black with #CD105C

Text Example


Text Example

White with #CD105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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