Html Css Color HEX #CD075F Ruby

📋 copy color: '#CD075F'

red 205 ◦ green 7 ◦ blue 95

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

Shades of Ruby #CD075F

Tints of Ruby #CD075F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.28%

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

R = 66.78%
G = 2.28%
B = 30.94%

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

#CD075F (or 0xCD075F) is known color: Ruby. HEX triplet: CD, 07 and 5F. RGB value is (205,7,95). Sum of RGB (Red+Green+Blue) = 205+7+95=307 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.78% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 205 - color contains mainly: red. Hex color #CD075F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD075F is #32F8A0. Grayscale: #4C4C4C. Windows color (decimal): -3340449 or 6227917. OLE color: 6227917.

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

Color convert

RGB 205 7 95 -
CMYK 0 0.97 0.54 0.20
HSL 333.33º 0.93% 0.42% -
HSV(B) 333.33º 0.97% 0.8% -
XYZ 27.32 13.96 12.08 -
YUV 76.23 138.6 219.84 -
System Red Green Blue C M Y K H S L
Decimal 205 7 95 0 0.97 0.54 0.20 333.33 0.93 0.42
Hex CD 7 5F 0 61 36 14 14D 5D 2A
Octal 315 7 137 0 141 66 24 515 135 52
Binary 11001101 111 1011111 0 1100001 110110 10100 101001101 1011101 101010

Color Harmonies of #CD075F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD075F

Black with #CD075F

Text Example


Text Example

White with #CD075F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD075F; }

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

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

background-color css

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

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

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

border-color css

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

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

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