Html Css Color HEX #CD2069 Ruby

📋 copy color: '#CD2069'

red 205 ◦ green 32 ◦ blue 105

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

Shades of Ruby #CD2069

Tints of Ruby #CD2069

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

 BLUE value IS 105 (41.41% from 255) = 30.7%

R = 59.94%
G = 9.36%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD2069 (or 0xCD2069) is known color: Ruby. HEX triplet: CD, 20 and 69. RGB value is (205,32,105). Sum of RGB (Red+Green+Blue) = 205+32+105=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 105 (41.41% from 255 or 30.70% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2069 is #32DF96. Grayscale: #5B5B5B. Windows color (decimal): -3334039 or 6889677. OLE color: 6889677.

HSL color Cylindrical-coordinate representation of color #CD2069: hue angle of 334.68º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2069 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 105 -
CMYK 0 0.84 0.49 0.20
HSL 334.68º 0.73% 0.46% -
HSV(B) 334.68º 0.84% 0.8% -
XYZ 28.24 15.03 14.78 -
YUV 92.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 205 32 105 0 0.84 0.49 0.20 334.68 0.73 0.46
Hex CD 20 69 0 54 31 14 14F 49 2E
Octal 315 40 151 0 124 61 24 517 111 56
Binary 11001101 100000 1101001 0 1010100 110001 10100 101001111 1001001 101110

Color Harmonies of #CD2069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2069

Black with #CD2069

Text Example


Text Example

White with #CD2069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2069; }

 p { color: rgb(205,32,105); }

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

background-color css

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

 a { background-color: rgb(205,32,105); }

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

border-color css

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

 span { border-color: rgb(205,32,105); }

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