Html Css Color HEX #CD006A Ruby

📋 copy color: '#CD006A'

red 205 ◦ green 0 ◦ blue 106

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

Shades of Ruby #CD006A

Tints of Ruby #CD006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.92%
G = 0%
B = 34.08%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD006A (or 0xCD006A) is known color: Ruby. HEX triplet: CD, 00 and 6A. RGB value is (205,0,106). Sum of RGB (Red+Green+Blue) = 205+0+106=311 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.92% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 205 - color contains mainly: red. Hex color #CD006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD006A is #32FF95. Grayscale: #494949. Windows color (decimal): -3342230 or 6947021. OLE color: 6947021.

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

Color convert

RGB 205 0 106 -
CMYK 0 1 0.48 0.20
HSL 328.98º 1% 0.4% -
HSV(B) 328.98º 1% 0.8% -
XYZ 27.78 14.02 14.88 -
YUV 73.38 146.42 221.88 -
System Red Green Blue C M Y K H S L
Decimal 205 0 106 0 1 0.48 0.20 328.98 1 0.4
Hex CD 0 6A 0 64 30 14 149 64 28
Octal 315 0 152 0 144 60 24 511 144 50
Binary 11001101 0 1101010 0 1100100 110000 10100 101001001 1100100 101000

Color Harmonies of #CD006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD006A

Black with #CD006A

Text Example


Text Example

White with #CD006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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