Html Css Color HEX #CD165A Ruby

📋 copy color: '#CD165A'

red 205 ◦ green 22 ◦ blue 90

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

Shades of Ruby #CD165A

Tints of Ruby #CD165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.94%

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 64.67%
G = 6.94%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD165A (or 0xCD165A) is known color: Ruby. HEX triplet: CD, 16 and 5A. RGB value is (205,22,90). Sum of RGB (Red+Green+Blue) = 205+22+90=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 22 (8.98% from 255 or 6.94% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD165A is #32E9A5. Grayscale: #545454. Windows color (decimal): -3336614 or 5904077. OLE color: 5904077.

HSL color Cylindrical-coordinate representation of color #CD165A: hue angle of 337.7º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CD165A is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 22 90 -
CMYK 0 0.89 0.56 0.20
HSL 337.7º 0.81% 0.45% -
HSV(B) 337.7º 0.89% 0.8% -
XYZ 27.31 14.29 10.99 -
YUV 84.47 131.13 213.97 -
System Red Green Blue C M Y K H S L
Decimal 205 22 90 0 0.89 0.56 0.20 337.7 0.81 0.45
Hex CD 16 5A 0 59 38 14 152 51 2D
Octal 315 26 132 0 131 70 24 522 121 55
Binary 11001101 10110 1011010 0 1011001 111000 10100 101010010 1010001 101101

Color Harmonies of #CD165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD165A

Black with #CD165A

Text Example


Text Example

White with #CD165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD165A; }

 p { color: rgb(205,22,90); }

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

background-color css

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

 a { background-color: rgb(205,22,90); }

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

border-color css

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

 span { border-color: rgb(205,22,90); }

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