Html Css Color HEX #CD065F Ruby

📋 copy color: '#CD065F'

red 205 ◦ green 6 ◦ blue 95

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

Shades of Ruby #CD065F

Tints of Ruby #CD065F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 66.99%
G = 1.96%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CD065F (or 0xCD065F) is known color: Ruby. HEX triplet: CD, 06 and 5F. RGB value is (205,6,95). Sum of RGB (Red+Green+Blue) = 205+6+95=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD065F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD065F is #32F9A0. Grayscale: #4B4B4B. Windows color (decimal): -3340705 or 6227661. OLE color: 6227661.

HSL color Cylindrical-coordinate representation of color #CD065F: hue angle of 333.17º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD065F is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 6 95 -
CMYK 0 0.97 0.54 0.20
HSL 333.17º 0.94% 0.41% -
HSV(B) 333.17º 0.97% 0.8% -
XYZ 27.31 13.94 12.08 -
YUV 75.65 138.93 220.26 -
System Red Green Blue C M Y K H S L
Decimal 205 6 95 0 0.97 0.54 0.20 333.17 0.94 0.41
Hex CD 6 5F 0 61 36 14 14D 5E 29
Octal 315 6 137 0 141 66 24 515 136 51
Binary 11001101 110 1011111 0 1100001 110110 10100 101001101 1011110 101001

Color Harmonies of #CD065F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD065F

Black with #CD065F

Text Example


Text Example

White with #CD065F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD065F; }

 p { color: rgb(205,6,95); }

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

background-color css

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

 a { background-color: rgb(205,6,95); }

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

border-color css

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

 span { border-color: rgb(205,6,95); }

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