Html Css Color HEX #CD026B Ruby

📋 copy color: '#CD026B'

red 205 ◦ green 2 ◦ blue 107

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

Shades of Ruby #CD026B

Tints of Ruby #CD026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.64%

 BLUE value IS 107 (42.19% from 255) = 34.08%

R = 65.29%
G = 0.64%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD026B (or 0xCD026B) is known color: Ruby. HEX triplet: CD, 02 and 6B. RGB value is (205,2,107). Sum of RGB (Red+Green+Blue) = 205+2+107=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD026B is #32FD94. Grayscale: #4A4A4A. Windows color (decimal): -3341717 or 7013069. OLE color: 7013069.

HSL color Cylindrical-coordinate representation of color #CD026B: hue angle of 328.97º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD026B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 107 -
CMYK 0 0.99 0.48 0.20
HSL 328.97º 0.98% 0.41% -
HSV(B) 328.97º 0.99% 0.8% -
XYZ 27.85 14.08 15.16 -
YUV 74.67 146.25 220.96 -
System Red Green Blue C M Y K H S L
Decimal 205 2 107 0 0.99 0.48 0.20 328.97 0.98 0.41
Hex CD 2 6B 0 63 30 14 149 62 29
Octal 315 2 153 0 143 60 24 511 142 51
Binary 11001101 10 1101011 0 1100011 110000 10100 101001001 1100010 101001

Color Harmonies of #CD026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD026B

Black with #CD026B

Text Example


Text Example

White with #CD026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD026B; }

 p { color: rgb(205,2,107); }

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

background-color css

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

 a { background-color: rgb(205,2,107); }

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

border-color css

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

 span { border-color: rgb(205,2,107); }

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