Html Css Color HEX #CD075A Ruby

📋 copy color: '#CD075A'

red 205 ◦ green 7 ◦ blue 90

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

Shades of Ruby #CD075A

Tints of Ruby #CD075A

RGB

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

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

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

R = 67.88%
G = 2.32%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CD075A (or 0xCD075A) is known color: Ruby. HEX triplet: CD, 07 and 5A. RGB value is (205,7,90). Sum of RGB (Red+Green+Blue) = 205+7+90=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 90 (35.55% from 255 or 29.80% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD075A is #32F8A5. Grayscale: #4B4B4B. Windows color (decimal): -3340454 or 5900237. OLE color: 5900237.

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

Color convert

RGB 205 7 90 -
CMYK 0 0.97 0.56 0.20
HSL 334.85º 0.93% 0.42% -
HSV(B) 334.85º 0.97% 0.8% -
XYZ 27.1 13.87 10.92 -
YUV 75.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 205 7 90 0 0.97 0.56 0.20 334.85 0.93 0.42
Hex CD 7 5A 0 61 38 14 14F 5D 2A
Octal 315 7 132 0 141 70 24 517 135 52
Binary 11001101 111 1011010 0 1100001 111000 10100 101001111 1011101 101010

Color Harmonies of #CD075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD075A

Black with #CD075A

Text Example


Text Example

White with #CD075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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