Html Css Color HEX #CD0954 Ruby

📋 copy color: '#CD0954'

red 205 ◦ green 9 ◦ blue 84

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

Shades of Ruby #CD0954

Tints of Ruby #CD0954

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.02%

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 68.79%
G = 3.02%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#CD0954 (or 0xCD0954) is known color: Ruby. HEX triplet: CD, 09 and 54. RGB value is (205,9,84). Sum of RGB (Red+Green+Blue) = 205+9+84=298 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.79% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0954 is #32F6AB. Grayscale: #4C4C4C. Windows color (decimal): -3339948 or 5507533. OLE color: 5507533.

HSL color Cylindrical-coordinate representation of color #CD0954: hue angle of 337.04º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0954 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 9 84 -
CMYK 0 0.96 0.59 0.20
HSL 337.04º 0.92% 0.42% -
HSV(B) 337.04º 0.96% 0.8% -
XYZ 26.87 13.81 9.64 -
YUV 76.15 132.43 219.9 -
System Red Green Blue C M Y K H S L
Decimal 205 9 84 0 0.96 0.59 0.20 337.04 0.92 0.42
Hex CD 9 54 0 60 3B 14 151 5C 2A
Octal 315 11 124 0 140 73 24 521 134 52
Binary 11001101 1001 1010100 0 1100000 111011 10100 101010001 1011100 101010

Color Harmonies of #CD0954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0954

Black with #CD0954

Text Example


Text Example

White with #CD0954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0954; }

 p { color: rgb(205,9,84); }

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

background-color css

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

 a { background-color: rgb(205,9,84); }

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

border-color css

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

 span { border-color: rgb(205,9,84); }

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