Html Css Color HEX #CA166A Ruby

📋 copy color: '#CA166A'

red 202 ◦ green 22 ◦ blue 106

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

Shades of Ruby #CA166A

Tints of Ruby #CA166A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.67%

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

R = 61.21%
G = 6.67%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.21

RGB Variations

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

Color information

#CA166A (or 0xCA166A) is known color: Ruby. HEX triplet: CA, 16 and 6A. RGB value is (202,22,106). Sum of RGB (Red+Green+Blue) = 202+22+106=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA166A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA166A is #35E995. Grayscale: #555555. Windows color (decimal): -3533206 or 6952650. OLE color: 6952650.

HSL color Cylindrical-coordinate representation of color #CA166A: hue angle of 332º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA166A is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 106 -
CMYK 0 0.89 0.48 0.21
HSL 332º 0.8% 0.44% -
HSV(B) 332º 0.89% 0.79% -
XYZ 27.25 14.17 14.93 -
YUV 85.4 139.63 211.17 -
System Red Green Blue C M Y K H S L
Decimal 202 22 106 0 0.89 0.48 0.21 332 0.8 0.44
Hex CA 16 6A 0 59 30 15 14C 50 2C
Octal 312 26 152 0 131 60 25 514 120 54
Binary 11001010 10110 1101010 0 1011001 110000 10101 101001100 1010000 101100

Color Harmonies of #CA166A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA166A

Black with #CA166A

Text Example


Text Example

White with #CA166A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA166A; }

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

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

background-color css

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

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

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

border-color css

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

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

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