Html Css Color HEX #CD026C Ruby

📋 copy color: '#CD026C'

red 205 ◦ green 2 ◦ blue 108

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

Shades of Ruby #CD026C

Tints of Ruby #CD026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 34.29%

R = 65.08%
G = 0.63%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD026C (or 0xCD026C) is known color: Ruby. HEX triplet: CD, 02 and 6C. RGB value is (205,2,108). Sum of RGB (Red+Green+Blue) = 205+2+108=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD026C is #32FD93. Grayscale: #4A4A4A. Windows color (decimal): -3341716 or 7078605. OLE color: 7078605.

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

Color convert

RGB 205 2 108 -
CMYK 0 0.99 0.47 0.20
HSL 328.67º 0.98% 0.41% -
HSV(B) 328.67º 0.99% 0.8% -
XYZ 27.91 14.11 15.44 -
YUV 74.78 146.75 220.88 -
System Red Green Blue C M Y K H S L
Decimal 205 2 108 0 0.99 0.47 0.20 328.67 0.98 0.41
Hex CD 2 6C 0 63 2F 14 149 62 29
Octal 315 2 154 0 143 57 24 511 142 51
Binary 11001101 10 1101100 0 1100011 101111 10100 101001001 1100010 101001

Color Harmonies of #CD026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD026C

Black with #CD026C

Text Example


Text Example

White with #CD026C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD026C; }

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

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

background-color css

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

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

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

border-color css

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

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

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