Html Css Color HEX #CD0953 Ruby

📋 copy color: '#CD0953'

red 205 ◦ green 9 ◦ blue 83

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

Shades of Ruby #CD0953

Tints of Ruby #CD0953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.95%

R = 69.02%
G = 3.03%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CD0953 (or 0xCD0953) is known color: Ruby. HEX triplet: CD, 09 and 53. RGB value is (205,9,83). Sum of RGB (Red+Green+Blue) = 205+9+83=297 (39% of max value = 765). Red value is 205 (80.47% from 255 or 69.02% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0953 is #32F6AC. Grayscale: #4B4B4B. Windows color (decimal): -3339949 or 5441997. OLE color: 5441997.

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

Color convert

RGB 205 9 83 -
CMYK 0 0.96 0.60 0.20
HSL 337.35º 0.92% 0.42% -
HSV(B) 337.35º 0.96% 0.8% -
XYZ 26.84 13.8 9.43 -
YUV 76.04 131.93 219.98 -
System Red Green Blue C M Y K H S L
Decimal 205 9 83 0 0.96 0.60 0.20 337.35 0.92 0.42
Hex CD 9 53 0 60 3C 14 151 5C 2A
Octal 315 11 123 0 140 74 24 521 134 52
Binary 11001101 1001 1010011 0 1100000 111100 10100 101010001 1011100 101010

Color Harmonies of #CD0953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0953

Black with #CD0953

Text Example


Text Example

White with #CD0953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0953; }

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

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

background-color css

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

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

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

border-color css

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

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

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