Html Css Color HEX #CD146A Ruby

📋 copy color: '#CD146A'

red 205 ◦ green 20 ◦ blue 106

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

Shades of Ruby #CD146A

Tints of Ruby #CD146A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.04%

 BLUE value IS 106 (41.8% from 255) = 32.02%

R = 61.93%
G = 6.04%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD146A (or 0xCD146A) is known color: Ruby. HEX triplet: CD, 14 and 6A. RGB value is (205,20,106). Sum of RGB (Red+Green+Blue) = 205+20+106=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD146A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD146A is #32EB95. Grayscale: #545454. Windows color (decimal): -3337110 or 6952141. OLE color: 6952141.

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

Color convert

RGB 205 20 106 -
CMYK 0 0.90 0.48 0.20
HSL 332.11º 0.82% 0.44% -
HSV(B) 332.11º 0.9% 0.8% -
XYZ 28.03 14.52 14.96 -
YUV 85.12 139.79 213.51 -
System Red Green Blue C M Y K H S L
Decimal 205 20 106 0 0.90 0.48 0.20 332.11 0.82 0.44
Hex CD 14 6A 0 5A 30 14 14C 52 2C
Octal 315 24 152 0 132 60 24 514 122 54
Binary 11001101 10100 1101010 0 1011010 110000 10100 101001100 1010010 101100

Color Harmonies of #CD146A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD146A

Black with #CD146A

Text Example


Text Example

White with #CD146A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD146A; }

 p { color: rgb(205,20,106); }

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

background-color css

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

 a { background-color: rgb(205,20,106); }

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

border-color css

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

 span { border-color: rgb(205,20,106); }

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