Html Css Color HEX #CA075D Ruby

📋 copy color: '#CA075D'

red 202 ◦ green 7 ◦ blue 93

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

Shades of Ruby #CA075D

Tints of Ruby #CA075D

RGB

 RED value IS 202 (79.3% from 255) = 66.89%

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

 BLUE value IS 93 (36.72% from 255) = 30.79%

R = 66.89%
G = 2.32%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#CA075D (or 0xCA075D) is known color: Ruby. HEX triplet: CA, 07 and 5D. RGB value is (202,7,93). Sum of RGB (Red+Green+Blue) = 202+7+93=302 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.89% from 302); Green value is 7 (3.12% from 255 or 2.32% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 202 - color contains mainly: red. Hex color #CA075D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA075D is #35F8A2. Grayscale: #4A4A4A. Windows color (decimal): -3537059 or 6096842. OLE color: 6096842.

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

Color convert

RGB 202 7 93 -
CMYK 0 0.97 0.54 0.21
HSL 333.54º 0.93% 0.41% -
HSV(B) 333.54º 0.97% 0.79% -
XYZ 26.41 13.5 11.57 -
YUV 75.11 138.1 218.51 -
System Red Green Blue C M Y K H S L
Decimal 202 7 93 0 0.97 0.54 0.21 333.54 0.93 0.41
Hex CA 7 5D 0 61 36 15 14E 5D 29
Octal 312 7 135 0 141 66 25 516 135 51
Binary 11001010 111 1011101 0 1100001 110110 10101 101001110 1011101 101001

Color Harmonies of #CA075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA075D

Black with #CA075D

Text Example


Text Example

White with #CA075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA075D; }

 p { color: rgb(202,7,93); }

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

background-color css

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

 a { background-color: rgb(202,7,93); }

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

border-color css

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

 span { border-color: rgb(202,7,93); }

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