Html Css Color HEX #CA075B Ruby

📋 copy color: '#CA075B'

red 202 ◦ green 7 ◦ blue 91

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

Shades of Ruby #CA075B

Tints of Ruby #CA075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.33%

R = 67.33%
G = 2.33%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#CA075B (or 0xCA075B) is known color: Ruby. HEX triplet: CA, 07 and 5B. RGB value is (202,7,91). Sum of RGB (Red+Green+Blue) = 202+7+91=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 7 (3.12% from 255 or 2.33% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA075B is #35F8A4. Grayscale: #4A4A4A. Windows color (decimal): -3537061 or 5965770. OLE color: 5965770.

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

Color convert

RGB 202 7 91 -
CMYK 0 0.97 0.55 0.21
HSL 334.15º 0.93% 0.41% -
HSV(B) 334.15º 0.97% 0.79% -
XYZ 26.32 13.46 11.11 -
YUV 74.88 137.1 218.67 -
System Red Green Blue C M Y K H S L
Decimal 202 7 91 0 0.97 0.55 0.21 334.15 0.93 0.41
Hex CA 7 5B 0 61 37 15 14E 5D 29
Octal 312 7 133 0 141 67 25 516 135 51
Binary 11001010 111 1011011 0 1100001 110111 10101 101001110 1011101 101001

Color Harmonies of #CA075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA075B

Black with #CA075B

Text Example


Text Example

White with #CA075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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