Html Css Color HEX #CA076A Ruby

📋 copy color: '#CA076A'

red 202 ◦ green 7 ◦ blue 106

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

Shades of Ruby #CA076A

Tints of Ruby #CA076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 64.13%
G = 2.22%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA076A (or 0xCA076A) is known color: Ruby. HEX triplet: CA, 07 and 6A. RGB value is (202,7,106). Sum of RGB (Red+Green+Blue) = 202+7+106=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA076A is #35F895. Grayscale: #4C4C4C. Windows color (decimal): -3537046 or 6948810. OLE color: 6948810.

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

Color convert

RGB 202 7 106 -
CMYK 0 0.97 0.48 0.21
HSL 329.54º 0.93% 0.41% -
HSV(B) 329.54º 0.97% 0.79% -
XYZ 27.03 13.75 14.86 -
YUV 76.59 144.6 217.45 -
System Red Green Blue C M Y K H S L
Decimal 202 7 106 0 0.97 0.48 0.21 329.54 0.93 0.41
Hex CA 7 6A 0 61 30 15 14A 5D 29
Octal 312 7 152 0 141 60 25 512 135 51
Binary 11001010 111 1101010 0 1100001 110000 10101 101001010 1011101 101001

Color Harmonies of #CA076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA076A

Black with #CA076A

Text Example


Text Example

White with #CA076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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