Html Css Color HEX #CA166C Ruby

📋 copy color: '#CA166C'

red 202 ◦ green 22 ◦ blue 108

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

Shades of Ruby #CA166C

Tints of Ruby #CA166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 60.84%
G = 6.63%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#CA166C (or 0xCA166C) is known color: Ruby. HEX triplet: CA, 16 and 6C. RGB value is (202,22,108). Sum of RGB (Red+Green+Blue) = 202+22+108=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA166C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA166C is #35E993. Grayscale: #555555. Windows color (decimal): -3533204 or 7083722. OLE color: 7083722.

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

Color convert

RGB 202 22 108 -
CMYK 0 0.89 0.47 0.21
HSL 331.33º 0.8% 0.44% -
HSV(B) 331.33º 0.89% 0.79% -
XYZ 27.35 14.21 15.49 -
YUV 85.62 140.63 211.01 -
System Red Green Blue C M Y K H S L
Decimal 202 22 108 0 0.89 0.47 0.21 331.33 0.8 0.44
Hex CA 16 6C 0 59 2F 15 14B 50 2C
Octal 312 26 154 0 131 57 25 513 120 54
Binary 11001010 10110 1101100 0 1011001 101111 10101 101001011 1010000 101100

Color Harmonies of #CA166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA166C

Black with #CA166C

Text Example


Text Example

White with #CA166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA166C; }

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

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

background-color css

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

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

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

border-color css

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

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

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