Html Css Color HEX #CD075E Ruby

📋 copy color: '#CD075E'

red 205 ◦ green 7 ◦ blue 94

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

Shades of Ruby #CD075E

Tints of Ruby #CD075E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.72%

R = 66.99%
G = 2.29%
B = 30.72%

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

#CD075E (or 0xCD075E) is known color: Ruby. HEX triplet: CD, 07 and 5E. RGB value is (205,7,94). Sum of RGB (Red+Green+Blue) = 205+7+94=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD075E is #32F8A1. Grayscale: #4B4B4B. Windows color (decimal): -3340450 or 6162381. OLE color: 6162381.

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

Color convert

RGB 205 7 94 -
CMYK 0 0.97 0.54 0.20
HSL 333.64º 0.93% 0.42% -
HSV(B) 333.64º 0.97% 0.8% -
XYZ 27.27 13.94 11.84 -
YUV 76.12 138.1 219.93 -
System Red Green Blue C M Y K H S L
Decimal 205 7 94 0 0.97 0.54 0.20 333.64 0.93 0.42
Hex CD 7 5E 0 61 36 14 14E 5D 2A
Octal 315 7 136 0 141 66 24 516 135 52
Binary 11001101 111 1011110 0 1100001 110110 10100 101001110 1011101 101010

Color Harmonies of #CD075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD075E

Black with #CD075E

Text Example


Text Example

White with #CD075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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